/+junk/c_sdl_joypad

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/c_sdl_joypad

  • Committer: Gustav Hartvigsson
  • Date: 2014-01-05 18:46:44 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20140105184644-7avawfjmlf0njm6c
* Added licensing information to the files.
* Started work on the JSParser
* Started work on a dynamic array (Untested).

TODO:
* Figure out how to actualy do the JS Parser.
* Firure out how to make the JS Parser interact with the game mainloop, or
  if I should just ditch the mainloop in the C code all together and just
  use JS to do the game stuffs.
    * The first alternative seems the hardest to implement, but would mean
      that it woud be less for the user of the pragram to do.
    * The second would mean less C code and perhaps less speed too.
      
      If I do the things in C I could, hypothetically, do threading later or
      pseudo threading with great effect/speed. Not that that is actually
      any problem on modern system, but non-blocking interaction is good from
      a usability perspective.
Filename Latest Rev Last Changed Committer Comment Size
..
.bzrignore 7 11 years ago Gustav Hartvigsson * Added licensing information to the files. * Star 6 bytes Diff Download File
DynamicArray.c 7 11 years ago Gustav Hartvigsson * Added licensing information to the files. * Star 1.1 KB Diff Download File
DynamicArray.h 7 11 years ago Gustav Hartvigsson * Added licensing information to the files. * Star 2.2 KB Diff Download File
Game.c 7 11 years ago Gustav Hartvigsson * Added licensing information to the files. * Star 5.2 KB Diff Download File
Game.h 7 11 years ago Gustav Hartvigsson * Added licensing information to the files. * Star 944 bytes Diff Download File
game_utils.c 7 11 years ago Gustav Hartvigsson * Added licensing information to the files. * Star 1.1 KB Diff Download File
game_utils.h 7 11 years ago Gustav Hartvigsson * Added licensing information to the files. * Star 753 bytes Diff Download File
GameButton.c 7 11 years ago Gustav Hartvigsson * Added licensing information to the files. * Star 3.8 KB Diff Download File
GameButton.h 7 11 years ago Gustav Hartvigsson * Added licensing information to the files. * Star 1.4 KB Diff Download File
GameObject.c 7 11 years ago Gustav Hartvigsson * Added licensing information to the files. * Star 3.6 KB Diff Download File
GameObject.h 7 11 years ago Gustav Hartvigsson * Added licensing information to the files. * Star 4.9 KB Diff Download File
JSParser.c 7 11 years ago Gustav Hartvigsson * Added licensing information to the files. * Star 22 bytes Diff Download File
JSParser.h 7 11 years ago Gustav Hartvigsson * Added licensing information to the files. * Star 3 KB Diff Download File
main.c 7 11 years ago Gustav Hartvigsson * Added licensing information to the files. * Star 592 bytes Diff Download File
Makefile 7 11 years ago Gustav Hartvigsson * Added licensing information to the files. * Star 377 bytes Diff Download File
MousePointer.c 1 11 years ago Gustav Hartvigsson Initial code. This is just an experiment on differ 2 KB Diff Download File
MousePointer.h 7 11 years ago Gustav Hartvigsson * Added licensing information to the files. * Star 894 bytes Diff Download File
README 2 11 years ago Gustav Hartvigsson added a README file. 288 bytes Diff Download File