Commit Graph

  • e175c81974 Final test of the git parser. Rtch90 2011-12-27 00:29:09 +0000
  • bbcba23ddb Still testing! Rtch90 2011-12-26 22:33:05 +0000
  • 1e776f30e0 Making a double commit to test. Rtch90 2011-12-26 22:20:42 +0000
  • 472a18ae75 Ignore me, just testing php wrapper at saracraft.net Rtch90 2011-12-26 22:20:03 +0000
  • 34d1b8f9e9 [Add] Making a start adding character health. Testing branches more than anything.. Rtch90 2011-12-24 22:45:21 +0000
  • 639b59da7e Speach bubbles now work. Going to create an experimental branch. Rtch90 2011-12-24 16:02:10 +0000
  • 17b03fdb16 [Change] Clamped boundaries to the window width and height. Rtch90 2011-12-23 19:51:24 +0000
  • 261bed63d3 [Remove] Just killing a png I scroted, It does not belong in the repository. Rtch90 2011-12-22 02:41:59 +0000
  • 34dacbe5cb [Add] Adding some new tiles. Need to get camera working again... Rtch90 2011-12-22 02:36:20 +0000
  • 1fec16968b [FIX] It kinda helps if I lay the tiles rather than just grab the return value, right? :/ Rtch90 2011-12-20 01:13:47 +0000
  • ebb8c1e303 Nothing to say.. Rtch90 2011-12-19 22:48:07 +0000
  • 3437130216 [Cleanup] Just a tad bit of cleaning, not been productive today. Rtch90 2011-12-18 21:37:57 +0000
  • 854c820140 [Change] Simply changed naming convention of private members to _member; rather than m_member; Rtch90 2011-12-17 23:41:22 +0000
  • 2f05f06f10 [Change] FPS is now implemented fully.. [Add] Made a start with some Dialogue box stuff. Rtch90 2011-12-17 22:53:20 +0000
  • d047eeebdd [Add] Added an FPS class. Rtch90 2011-12-17 22:10:08 +0000
  • 5d4aa118a0 [Fix] Makefiles work for real this time.. Rtch90 2011-12-17 20:31:51 +0000
  • 8e746c2913 [Change] Fixed Makefiles up to actually build all objects. Rtch90 2011-12-17 20:04:17 +0000
  • eb120e1252 [Fix] NPC animation sequence. Rtch90 2011-12-17 17:05:01 +0000
  • 3c10632e78 Fixed Segmentation fault caused by Tile collision being out of bounds. Rtch90 2011-12-17 14:05:50 +0000
  • 389eac4ee7 Fixed a few segmentation faults caused by assertion failures. Rtch90 2011-12-16 23:51:34 +0000
  • e7bfbc3966 Refactored the map class to hell. Should be easy add animated tiles and interactive entities now. Rtch90 2011-12-16 01:45:39 +0000
  • 4b7369e788 Added a few new place holder graphics, and fixed entity x, y display. That's all from me tonight, I am tired. Rtch90 2011-12-14 23:12:37 +0000
  • 6fc252a692 Moved Map Loader to XML. Changed const int return values to enumerators. I need sleep. Night. Rtch90 2011-12-14 03:39:27 +0000
  • 04ac0e839b Added basic save file loading. Time to move this bitching map stuff to XML. - Also added some speach bubble stuff, it is a little messy however. Rtch90 2011-12-14 01:10:27 +0000
  • 5e51ef0fd1 Refactored the maps a little so we do not render the part of the map that is off-screen. Rtch90 2011-12-13 23:27:34 +0000
  • a88b6ca2ca And this is why I avoid C/P'ing my previous lines.. Rtch90 2011-12-13 01:40:57 +0000
  • 02f038752b Using pointers propperly when handling texture loading. Rtch90 2011-12-12 21:12:23 +0000
  • ddb4e56467 Removing a scrot I did. Rtch90 2011-12-12 20:04:09 +0000
  • fd4ebca425 Added SDL_Coor options to ButtonToggle. Major changes coming. Rtch90 2011-12-12 20:00:49 +0000
  • 93bbd34acc Cleaned fonts up a little, and added a NewGame button, though not functional yet. Night! Rtch90 2011-12-11 23:56:01 +0000
  • 055f3fcc50 Added option to use (rgb) or SDL_Color.. Also added options for handling x y coords to drawing code. Rtch90 2011-12-11 16:43:50 +0000
  • 205889c0e5 [Add] Added RGB method in addition to SDL_Color in the text class. Rtch90 2011-12-07 22:22:23 +0000
  • a849f94abd Removing crap. Rtch90 2011-12-06 20:53:29 +0000
  • 3dbef88e22 Milestone: "Almost Playable" Rtch90 2011-12-06 20:16:00 +0000
  • 74f504a5b6 -- [Add] Added character class. -- [Add] Added NPC dirivative. Rtch90 2011-11-20 17:55:33 +0000
  • 65fe958f43 -- [Add] Added an ingame Menu. -- [Add] Added basic collision. Rtch90 2011-11-20 12:08:49 +0000
  • 422eeee387 -- Major additions to the engine, almost ready for a demo. -- Data serialization has been added as part of the Map class, I just need to support saving for it to be complete -- Procedural generation has been introduced with a particle system, still very basic. -- Menu and button classes are now in place so we can make some fancy GUI crap. Rtch90 2011-11-19 23:43:33 +0000
  • 41979df693 -- [Add] Added fonts, I am using SDL_ttf for now as it is quick and easy. This is the last you are getting from me untill I have something at least visible to demo. Rtch90 2011-11-10 00:24:19 +0000
  • ae43dab131 Merge branch 'master' of github.com:Allanis/Unuk Rtch90 2011-11-09 13:16:52 +0000
  • db9b05116c [Add] Added texture loading crap. Rtch90 2011-11-09 13:15:27 +0000
  • 42b8de2730 -- [Fix] Just cleaning a typo I introduced in the last revision. Rtch90 2011-11-09 01:48:47 +0000
  • c100118d72 -- [Add] Added an image loader, we shall be able to blit to screen next. -- [Add] Added rects so we can play on the stack. Rtch90 2011-11-09 00:21:30 +0000
  • db330f1dc3 --[Add] Adding some global crap, and making a start on blit procedures. Rtch90 2011-11-06 23:56:11 +0000
  • fe6ccf46d9 -- [Re-Write] Removed nearly everything, and started from scratch. Rtch90 2011-11-06 23:11:15 +0000
  • 8494e35d31 -- [Add] Added two simple scripts, one to check for mem leaks, the other counts LOC's Rtch90 2011-11-06 00:43:25 +0000
  • a0cc71972c -- [Change] modified Doxyfile and regenerated. Rtch90 2011-11-02 23:05:24 +0000
  • 903156c1e2 -- [Add] Adding doxygen documentation to the docs Directory. Rtch90 2011-11-02 22:53:34 +0000
  • 39cbb3a953 -- Just testing twitter feeds Rtch90 2011-11-01 23:28:48 +0000
  • 2d0681266c [Fix] -- Mem leak due to allocating memory for the player each frame. Rtch90 2011-11-01 23:20:15 +0000
  • 756b86ee58 -- [Fix] Fixed custom makefiles to correspond with the current project. Rtch90 2011-10-25 22:44:58 +0100
  • 664ca21c93 -- [Change] Quickly fixed an unused variable warning. Rtch90 2011-10-25 22:25:31 +0100
  • d913ab8e10 -- [Add] Player movement is now running smoothly. -- [Remove] Killed a few files that I am not using any longer. Rtch90 2011-10-25 22:17:33 +0100
  • b99de4354e -- [Change] It would be an idea to update the input. Rtch90 2011-10-25 12:03:25 +0100
  • 8f2f5301eb -- [Add] Input is now handled nicely with a Lua wrapper. -- [Remove] Removed a few unimportant files, and the binary file. Rtch90 2011-10-25 11:54:29 +0100
  • e937071b73 If I have to remove object fies again.... Rtch90 2011-10-22 18:32:36 +0100
  • 96b2b3ff65 -- Changed to use SDL rather than GLX/WIN32. Rtch90 2011-10-22 17:35:26 +0100
  • 87527a2226 Ignore me, I am playing with remotes.. Rtch90 2011-10-16 23:13:18 +0100
  • e55c1ccc06 It would help if I added the files back.. Rtch90 2011-10-16 16:23:45 +0100
  • 3e9e068c7a Removed /trunk to stop M_D_K from harassing me. :) Rtch90 2011-10-16 16:18:45 +0100
  • 7bc05f1707 Hang on to your entities. Rtch90 2011-10-14 17:07:02 +0100
  • d6d139d7c4 Time to get messy! Rtch90 2011-10-14 14:57:11 +0100
  • a650b85fe6 Remove: Rtch90 2011-10-13 13:56:52 +0100
  • f15bb7f8f7 Merge branch 'Allanis' Rtch90 2011-10-13 13:46:45 +0100
  • 2558e95d9b Change: Rtch90 2011-10-13 13:45:47 +0100
  • c5674ca415 Change: Rtch90 2011-10-13 13:40:37 +0100
  • c9faf26b0c Change: I am just cleaning up some un-needed object files I forgot to clean up. Rtch90 2011-10-13 01:41:06 +0100
  • c33f7bda7a first commit Rtch90 2011-10-13 01:07:38 +0100