Default Branch

master

5e708022a5 · added .gitignore rules for xcode · Updated 2014-11-16 22:30:55 -08:00

Branches

vashram

d252677df2 · Modified tile_editor and engine for OS X to change the cwd to the directory of the app bundle. Also lightly modified the engine to check modules/ and ../modules for... modules · Updated 2014-11-18 12:56:44 -08:00

0
4
netcode

7bc43929e0 · Added much code for the foundation of the netcode. Server automatically starts on port 31337 and runs as a separate thread in the SDL client. This TCP server functions as a basic echo server and can be connected to thru telnet or by typing 'connect 127.0.0.1 31337' in timesynk's console. Once connected, the echo functionality can be tested by using console command 'send my message goes here'. Somewhat buggy and crashses on occasion - suspected cause is consoleLog()ing a string that is not properly nul terminated, resulting in reading memory out of bounds. Curses client does not run the server properly at the moment, probably due to using select on server, clients, and stdin when combined with ncurses - will look into this later. · Updated 2013-11-06 23:40:19 -08:00

101
0
Included