Aadhavan Srinivasan Rockingcool
  • Joined on 2022-10-09
Rockingcool pushed to master at Rockingcool/netpong 2024-03-06 13:09:18 -06:00
c3f6ae0ae9 Added .gitignore
Rockingcool pushed to master at Rockingcool/netpong 2024-03-06 13:08:06 -06:00
21c864da60 Created script to copy DLLs into application fodler on mingw
Rockingcool pushed to master at Rockingcool/netpong 2024-03-06 12:48:27 -06:00
a2fed8e4b0 Updated meson.build to include additional DLLs needed on Windows
Rockingcool pushed to master at Rockingcool/netpong 2024-03-05 21:42:38 -06:00
1196ebd228 Updated README
Rockingcool pushed to master at Rockingcool/netpong 2024-03-05 21:29:39 -06:00
3a9a32d7e3 Updated README
a5202ad85a Add support for building a statically linked version of the game, by specifying a command-line flag
61a856e88f Added raylib submodule, under subprojects directory
6170c95666 Delete raylib submodule and move it inside 'subprojects'
d6f597d8c0 Added raylib submodule
Compare 5 commits »
Rockingcool pushed to master at Rockingcool/netpong 2024-03-05 15:39:21 -06:00
591c3b16a2 Fixed stupid error (using 'meson' instead of 'compiler')
Rockingcool pushed to master at Rockingcool/netpong 2024-03-05 15:37:02 -06:00
2ea5bb4fe2 Find raylib even if pkg-config is not found
Rockingcool pushed to master at Rockingcool/netpong 2024-03-05 06:57:32 -06:00
f961db5e58 Added code to send quit message only if game is not in single player mode
Rockingcool pushed to master at Rockingcool/netpong 2024-03-05 06:50:46 -06:00
64aa4b1850 Replaced 'linux' with '__unix__' because the same header files are included on macOS as well.
Rockingcool pushed to master at Rockingcool/netpong 2024-03-04 22:52:01 -06:00
0e504060cf Modified README
Rockingcool pushed to master at Rockingcool/netpong 2024-03-04 22:50:44 -06:00
d69b627bb1 Added README
Rockingcool pushed to master at Rockingcool/netpong 2024-03-01 21:35:50 -06:00
91bf5e2ce1 Fixed some commenting issues; Added code to detect if game was quit by peer and, if so, quit the game locally
50c090cd88 Added a boolean field to the struct, to indicate whether the game should be quit or not
Compare 2 commits »
Rockingcool pushed to master at Rockingcool/netpong 2024-03-01 10:32:46 -06:00
2c735896df Used unsigned int instead of int when converting to base-10
24c1dd6391 Removed unnecessary variable, and added a (optional) dependency for the ws2_32 library, which is required on Windows
8e3488b904 Added a virtual destructor to the Sock class, which would allow Server and Client to override it
c2c095dfa7 Added code to get a non-const char* from a std::string
047ff602ed Changed 'char*' to 'const char*' because that's what the underlying functions use
Compare 5 commits »
Rockingcool pushed to master at Rockingcool/netpong 2024-03-01 07:21:32 -06:00
7c3f10e5ee Used unsigned int instead of int when converting to base-10
Rockingcool pushed to master at Rockingcool/netpong 2024-02-29 21:49:47 -06:00
38db7b9606 Removed unnecessary variable, and added a (optional) dependency for the ws2_32 library, which is required on Windows
Rockingcool pushed to master at Rockingcool/netpong 2024-02-29 20:46:28 -06:00
93bfd9d367 Added a virtual destructor to the Sock class, which would allow Server and Client to override it
0ff1220ca5 Added code to get a non-const char* from a std::string
71d0c25837 Changed 'char*' to 'const char*' because that's what the underlying functions use
Compare 3 commits »
Rockingcool created branch master in Rockingcool/netpong 2024-02-29 15:58:00 -06:00
Rockingcool pushed to master at Rockingcool/netpong 2024-02-29 15:58:00 -06:00
ff8dc1f1f7 Removed files related to cross-compilation.
4b3d5387a1 Changed code to support Windows libraries and functions as well
ddbbc322a6 Deleted Makefile, switched over fully to meson build system
b90d37c73f Added relevant files for cross-compilation to windows
69e70eb206 Changed the recvAll return type from std::string to char pointer, and created a non-blocking version of the function
Compare 10 commits »
Rockingcool created repository Rockingcool/netpong 2024-02-29 15:56:27 -06:00
Rockingcool pushed to php at aravind/glink-website 2024-02-24 14:13:54 -06:00
8b1bc2c644 Minor aesthetic changes