Commit Graph

  • f2d6345a61 [Add] Adding more collision crap. [Add] Adding an NPC entitity. Rtch90 2012-04-12 17:45:17 +0100
  • 26ad9ed3f8 Merge branch 'master' of github.com:Allanis/LibD Tamir Atias 2012-04-12 19:12:34 +0300
  • 06acb9e9a6 [Add] Playing music. [Add] Background Music for maps. Tamir Atias 2012-04-12 19:11:56 +0300
  • 7c02c23663 [Add] Added a TileCollision class to store some collision data. Rtch90 2012-04-12 17:00:05 +0100
  • ac1923fc46 [Remove] Removed GLWindow.* as we no longer use them. Rtch90 2012-04-12 16:11:36 +0100
  • 79872d8452 [Fix] Re-adding some of my AABB stuff, now we know that it is not causing problems. Rtch90 2012-04-12 16:04:33 +0100
  • 06e13c3c33 [Fix] Initialized some uninitialized variables. [Fix] Changed Allanis' bounding box class to use SDL surfaces. [Add] Initial Qt Creator support in Windows. Tamir Atias 2012-04-12 18:01:06 +0300
  • 1a2ba29855 [Fix?] Attempting to fix some seg faults. It seems KonoM's recource management is causing problems. Rtch90 2012-04-12 15:04:46 +0100
  • 06171f3671 [Fix] Game was initialized before SDL. Tamir Atias 2012-04-12 04:43:38 +0300
  • 6b5607797b [ERROR] Seg faults everywhere.. WOO!! Rtch90 2012-04-12 02:37:31 +0100
  • 84d3121bfb [Fix] Fixed Qt's project file. Rtch90 2012-04-12 02:29:57 +0100
  • abd57fcf78 Merge branch 'master' of github.com:Allanis/LibD Tamir Atias 2012-04-12 04:09:28 +0300
  • c783228588 [Fix] Scrolling is now done. Tamir Atias 2012-04-12 04:09:03 +0300
  • 68251906c9 [Add] Adding some more collision stuff. Going to finish up tomorrow. Rtch90 2012-04-12 02:06:57 +0100
  • 0510520308 Merge branch 'master' of github.com:Allanis/LibD Rtch90 2012-04-12 01:55:41 +0100
  • b360a2a894 [Add] Half way through axis aligned bounding box implementation. Rtch90 2012-04-12 01:55:07 +0100
  • 06ee0fbdda Merge branch 'master' of github.com:Allanis/LibD Tamir Atias 2012-04-12 03:54:15 +0300
  • deb832f7e2 [Add] Initial map scrolling. Tamir Atias 2012-04-12 03:53:42 +0300
  • 11367621ef [Fix] Fixed KonoM's Qt project attempt. Rtch90 2012-04-12 01:16:49 +0100
  • 2de0088860 Merge branch 'master' of github.com:Allanis/LibD Tamir Atias 2012-04-12 03:08:24 +0300
  • 89d50ea8fb [Add] Level loading! Tamir Atias 2012-04-12 03:07:45 +0300
  • 566c2217b9 [Add] Frecking finished the AABB!! (I think, got to go test the thing now - But it's in.) Rtch90 2012-04-12 00:49:50 +0100
  • c1b19ea178 [Add] Working on AABB, trying to find the top left and bottom right of a surface. Rtch90 2012-04-12 00:33:44 +0100
  • 48e08fa576 [Fix] Fixed KonoM's resource manager shit. typenames had not been declared. Rtch90 2012-04-12 00:07:56 +0100
  • c32aeda9ee [Fix] ResourceManager stuff. Tamir Atias 2012-04-12 02:04:56 +0300
  • 0cad1e8128 [Fix] Allanis' AABB errors. Tamir Atias 2012-04-12 01:50:44 +0300
  • 3b9b640984 [Fuckknows] <<< Refer to header.. Rtch90 2012-04-11 23:40:12 +0100
  • 729f0c55f1 Merge branch 'master' of github.com:Allanis/LibD Rtch90 2012-04-11 23:39:27 +0100
  • a21b067cc0 [Fix] Possibly fixed Qt project? Tamir Atias 2012-04-12 01:35:32 +0300
  • f64bbb6e89 Merge branch 'master' of github.com:Allanis/LibD Rtch90 2012-04-11 23:32:30 +0100
  • 1e1149aabc [Add] Adding axis aligned bounding boxs for collision detection. Needed to commit to pull. Rtch90 2012-04-11 23:30:22 +0100
  • b2fb84dcee [Add] Loading texture from sprite class. [Add] Resource management! Tamir Atias 2012-04-12 01:28:26 +0300
  • 96a2929c08 [Add] KonoM's TMX parser library. Tamir Atias 2012-04-12 00:59:30 +0300
  • b5bc5149fb [Add] Now it is possible to draw regions of a sprite. Tamir Atias 2012-04-12 00:24:03 +0300
  • 51502ccd3a [Add] Adding a nice sprite into the mix. Rtch90 2012-04-10 23:38:20 +0100
  • 6241b32288 [Add] Added mutators for the x/y coordinates of a sprite. [Add] Implemented Input methods and made a moveable entity. Rtch90 2012-04-10 23:29:19 +0100
  • e894dddcb7 [Remove] Removed the ResizeWindow() function from Globals. Rtch90 2012-04-09 21:27:14 +0100
  • c4789fd077 [Add] Added a method to resize the GL window, so the canvas resizes too! Rtch90 2012-04-09 21:23:16 +0100
  • 616ed1bca5 [Add] Added the ability to resize ones window. Rtch90 2012-04-09 21:09:48 +0100
  • abddca4c8a [Fix] Fixed some of Allanis' SDL initialisation errors. Tamir Atias 2012-04-09 23:00:48 +0300
  • bf6de9b9b0 [Change] Moving to SDL instead of X11 and WINAPI Rtch90 2012-04-09 20:46:54 +0100
  • b7949795ae [Change] Moving from X11 and WinAPI to SDL for window creation. [Add] Added some player class stuff. Rtch90 2012-04-08 22:56:16 +0100
  • ea553a7b62 [Shrug] Uh, got annoyed at X11 input shit.. I guess I'll sort it later. Rtch90 2012-04-08 19:39:46 +0100
  • 931f7d59a0 [Add] Input stuff in Windows. [Fix] Coordinate system is now correct. Tamir Atias 2012-04-08 21:23:52 +0300
  • 60366c7ad0 [Add] Implemented Input decices. Rtch90 2012-04-08 18:16:35 +0100
  • a277545963 [Add] Added a Qt project for those silly IDE users. :D Rtch90 2012-04-08 17:11:02 +0100
  • 6ce0a5602d [Fix] Just adding a newline to the end of Globals.* Rtch90 2012-04-08 16:54:41 +0100
  • 8e17066be1 [Add] Added some input structures and methods. [Fix/Clean] Makefiles are uh.. a bitch! Rtch90 2012-04-08 16:51:50 +0100
  • 0bc96ae060 [Fix] Added missing files from Allanis' last commits. Tamir Atias 2012-04-08 03:58:30 +0300
  • aa0fb54cb2 Merge branch 'master' of https://github.com/Allanis/LibD Tamir Atias 2012-04-08 03:57:20 +0300
  • 38efab7bfc [Fix] Temporary fix to sprite scaling & rotation. Tamir Atias 2012-04-08 03:56:35 +0300
  • 449da95609 [Fix] Debug logger was not opening file for write as it was pointing to the wrong directory. Rtch90 2012-04-08 01:18:36 +0100
  • 31a9694e74 [Change] moved some std::cerr crap to Debug::logger->message() Rtch90 2012-04-08 01:13:13 +0100
  • 35ec1ed467 [Fix] Need to make sure we keep the makefiles up to date for us poor unix programmers. Rtch90 2012-04-08 01:03:52 +0100
  • 52b5113ba0 Merge branch 'master' of github.com:Allanis/LibD Rtch90 2012-04-08 00:54:19 +0100
  • 66acfa15ca [Add] Added Debug logging. Rtch90 2012-04-08 00:51:03 +0100
  • f8a67600ae [Move] DLLs are now in Libs folder. Tamir Atias 2012-04-08 02:35:46 +0300
  • 9ce32da119 [Add] Texture class. [Fix] Texture loading. [Add] Sprites. Tamir Atias 2012-04-08 02:34:33 +0300
  • 09ac982feb [Add] Added a bunch of math functions for us to do clever things with. Rtch90 2012-04-07 23:10:11 +0100
  • 242af52bb8 Merge branch 'master' of https://github.com/Allanis/LibD Tamir Atias 2012-04-08 00:43:55 +0300
  • afa94b4a99 [Add] Windows support! Tamir Atias 2012-04-08 00:43:20 +0300
  • e8c4dec5d2 [Fix] Fixed Makefiles. [Announcement] Tamir has joined the LibD development. :D Rtch90 2012-04-07 22:33:25 +0100
  • 6cdbe7b209 -- [Add] Added Texture management. -- [Add] Started a player class. Rtch90 2012-04-07 19:48:47 +0100
  • 48a056984d [Clean] Fixed formatting for good. Rtch90 2012-04-07 15:03:03 +0100
  • 8834fcc762 [Clean] Tab formatting cleanup.. again...... Rtch90 2012-04-07 01:23:17 +0100
  • d557c1ae30 [Clean] Fixing some more tab formatting. Rtch90 2012-04-07 01:13:36 +0100
  • d4966f1723 [Clean] Cleaned up formatting, my text editor was using tab spacing that messed Git's view up. Rtch90 2012-04-06 23:38:20 +0100
  • f43feb9524 [Fix] Fixed event message type in LGLXWindow::ProcessEvents(void). Rtch90 2012-04-06 07:57:41 +0100
  • ac32876443 [Fix] Not so much as a warning now. Changed Pixmap icon_pixmap to 0 instead of NULL -- Removed some unused properties. Rtch90 2012-04-06 05:44:53 +0100
  • 13cc8cb519 Lack of sleep, plenty of caffeine, and a shit ton of work! Rtch90 2012-04-06 05:33:18 +0100
  • 8f3e6d2f9d [Change] -- Changed GLWindow to GLXWindow as this uses X11. -- Added start of GLWindow, this will use WinAPI. Rtch90 2012-04-05 23:34:36 +0100
  • 087db447e5 [Add] Added main game methods. Rtch90 2012-04-05 23:27:21 +0100
  • cc066dbaca [Add] Adding main application files. Rtch90 2012-04-05 22:56:13 +0100
  • 83dc15e5a9 [Add] Added input methods for GLWindow::ProcessEvents(void). Rtch90 2012-04-05 22:50:12 +0100
  • 610a5078f1 [Add] Finished GLWindow::Destory method. Rtch90 2012-04-05 22:40:18 +0100
  • 89eda402d8 [Change] Changed the application name. Rtch90 2012-04-05 22:22:42 +0100
  • 95be6fb452 [Add] Handling Fullscreen and windowed mode. Rtch90 2012-04-05 22:21:03 +0100
  • f6a54dd781 [Add] Added some pre-compiler directives and some files I will need soon. Rtch90 2012-04-05 22:12:35 +0100
  • 6b23b97921 [Add] Adding initial directory structure and initial code. Rtch90 2012-04-05 21:56:37 +0100