OBattler
|
5fca563dd0
|
Changed type of string literals in all (I hope) structs to const char *, reduces .EXE file size by about 200 kB.
|
2017-06-16 22:54:08 +02:00 |
|
OBattler
|
8061db66fe
|
A lot of cleanaps, got rid of all warnings with -Wall;
The makefile now uses -Wall.
|
2017-06-16 06:44:11 +02:00 |
|
OBattler
|
e4c08cf594
|
Network code and pc.c are more platform-independent now.
|
2017-06-15 06:34:08 +02:00 |
|
OBattler
|
62dea57270
|
Added the ability to set sound to use STEREO16 format instead of STEREO_FLOAT32 (defaults to STEREO_FLOAT32);
Moved network-related files to their own subdirectory.
|
2017-06-14 07:21:01 +02:00 |
|