Commit Graph

16 Commits

Author SHA1 Message Date
Kayne Ruse f8c174741d Wrapper completed & tested; adjusted many systems 2013-05-19 21:27:24 +10:00
Kayne Ruse 000e3707ed Moved common files (such as Codebase files) into their own directory 2013-05-19 05:50:31 +10:00
Kayne Ruse d2087be9ac Resurrected SDL_net 2013-05-17 21:05:50 +10:00
Kayne Ruse 613d9cec08 Imported updates from Codebase 2013-05-15 19:49:27 +10:00
Kayne Ruse 6a19d0a312 Created the basic program flow 2013-05-11 23:51:02 +10:00
Kayne Ruse 4671afe900 Basic connection between server and unit 2013-05-10 19:57:53 +10:00
Kayne Ruse a667fae21a Updated this project to the new standard, see details.
After a significant modification to the Codebase library, I imported a lot
of the Codebase updates back to this porject. Some files that exist in
Codebase still carry the zlib license header; these files are still under
the zlib license.

Following a significant struggle with SDL_net, I've decided to ditch that
library and write my own version. It currently only supports TCP
networking, and only works on windows platforms,  but it is sufficient at
this time.
2013-05-10 17:04:46 +10:00
Kayne Ruse 96f0821d9b Imported ConfigUtility, updating it for this project 2013-05-03 02:22:34 +10:00
Kayne Ruse 80004ca8d4 merging various commits and stashes 2013-05-02 22:45:26 +10:00
Kayne Ruse cf82679109 modified makefile to create directories 2013-05-01 20:58:10 +10:00
Kayne Ruse ecdf658463 Moved working systems into InGame 2013-04-29 17:25:56 +10:00
Kayne Ruse 7dafb372b1 Created Player; not happy with movement 2013-04-29 08:27:03 +10:00
Kayne Ruse 392ef1ef32 Created SpriteSheet 2013-04-29 04:18:20 +10:00
Kayne Ruse d72a3f4fb5 Created Image 2013-04-29 02:50:58 +10:00
Kayne Ruse 1226fa08ca Created SurfaceManager 2013-04-28 23:04:17 +10:00
Kayne Ruse 79304f24b8 Imported basics
project directory
client - scene system
server - empty main
SDL_net source
graphical resources
2013-04-28 04:37:14 +10:00