Commit Graph

  • b94cfb69fa [Fix] Saveing from a none collision area so I can bleeding move.... Rtch90 2012-02-01 18:42:24 +0000
  • 5c2330c16b [Fix] Exp in the Exp Gained event was wrong. root 2012-02-01 20:38:23 +0200
  • ed3eabb7e7 [Add] Improvements to level generation. Tamir Atias 2012-02-01 20:04:49 +0200
  • 50a948152d [Remove] Killed my new/delete overloads in Character.h to stop KonoM from bitching at me. Rtch90 2012-02-01 17:52:26 +0000
  • 1b2ea15604 [Add] Adding dot/cross product calculations, also added some normalize methods. Rtch90 2012-02-01 17:11:46 +0000
  • c04291a3e4 [Add] Adding a bunch of overloaded operators to vector stuff. Rtch90 2012-02-01 16:54:27 +0000
  • 2910f5cfd4 [Add] More vector work, added some Length and Distance methods. Rtch90 2012-02-01 16:36:23 +0000
  • 61a6f2202a Merge branch 'master' of github.com:Allanis/Unuk Rtch90 2012-02-01 16:13:22 +0000
  • 88e4ec3c2d [Add] Adding some vector math, It is not complete yet. But just to let you know I AM working! :D Rtch90 2012-02-01 16:09:05 +0000
  • f573eae356 [Fix] Attacking distance check was wrong. Tamir Atias 2012-02-01 12:54:09 +0200
  • d6027ce0f9 [Add] Initial procedural generation stuff. root 2012-02-01 04:25:32 +0200
  • dfa2d88008 [Add] Levels and leveling up! Tamir Atias 2012-02-01 02:15:54 +0200
  • 4bbf0002c9 [Fix] Added some more sources to Qt project. Tamir Atias 2012-01-30 01:06:26 +0200
  • 5fdc8edbac [Fix] Added missing headers and sources to QT project. Tamir Atias 2012-01-30 01:04:47 +0200
  • 3dd248156b [Fix] Added EventHistory.cpp and EventHistory.h to VS project. -- What the hell happened to them?! [Add] Event history box is now translucent. Tamir Atias 2012-01-18 13:59:28 +0200
  • ae81b99958 [Add] Event history box. Tamir Atias 2012-01-16 20:20:01 +0200
  • 112c1c5725 [Fix] Removed debug player health drop. Tamir Atias 2012-01-16 18:15:11 +0200
  • f1a003a04f [Fix] Health bar duration never stopped. Tamir Atias 2012-01-16 18:10:15 +0200
  • 4e338bb799 [Fix] Clearing buffers when entering MainMenu as apposed to InGameMenu. Rtch90 2012-01-16 16:05:53 +0000
  • ca3eb4ece7 [Add] Health bar now shows only when character is being attacked. Tamir Atias 2012-01-16 17:53:18 +0200
  • 4481a46889 [Fix] Added missing header and source file for Bar. [Add] Health bars for characters. Tamir Atias 2012-01-16 06:54:17 +0200
  • c69213695a [Add] Bar class for progress bars. Tamir Atias 2012-01-16 06:32:54 +0200
  • 285479cda6 [Fix] Character sheet animation sequence has been corrected. Rtch90 2012-01-16 00:46:57 +0000
  • 3e6076b724 [Fix] Removed git tags <__< Tamir Atias 2012-01-15 17:07:51 +0200
  • 200dcb15e9 Merge branch 'master' of https://github.com/Allanis/Unuk Tamir Atias 2012-01-15 17:04:50 +0200
  • a79a193ba2 Merge branch 'master' of https://github.com/Allanis/Unuk [Fix] Renamed Map to LevelGen in visual studio. Tamir Atias 2012-01-15 17:04:03 +0200
  • 25fb91c2ad [Fix] Replaced Map.o with LevelGen.o Rtch90 2012-01-15 14:55:47 +0000
  • e565fb7007 [Add] Health bar for player. Tamir Atias 2012-01-15 16:55:11 +0200
  • a7e2891d89 [Add] New character sheets from Moosader - Not final. [Change] Re-structured Map stuff a little. Rtch90 2012-01-15 14:28:37 +0000
  • 1aa2c4246e [Add] Getting to work on procedural map generation.. Rtch90 2012-01-14 13:56:50 +0000
  • 4ee9354769 Merge branch 'master' of https://github.com/Allanis/Unuk Tamir Atias 2012-01-14 06:45:39 +0200
  • cb3c463261 [Add] Player can now attack NPCs. Tamir Atias 2012-01-14 06:44:23 +0200
  • c75d6f189e [Remove] I am sure this crap was in .gitignore?!?!? Rtch90 2012-01-14 03:42:54 +0000
  • a8df00cb17 [Fix] Renaming directory Ui to UI! Rtch90 2012-01-14 03:39:10 +0000
  • 1feac5012d Merge branch 'master' of github.com:Allanis/Unuk Rtch90 2012-01-14 02:44:11 +0000
  • 9b5f9abe9f [Fix] Makefiles now work accorfing to new architecture. Rtch90 2012-01-14 02:43:05 +0000
  • f6946dc4a3 [FIX] Windows build now working. Tamir Atias 2012-01-14 03:53:04 +0200
  • 0078e2aeaa [Fix] .gitignore decided not to add recursively add /Unuk/srs/libUnuk ... Rtch90 2012-01-13 23:34:03 +0000
  • 4e94b83ac6 [Change] I had a big clean up. sorted libUnuk into sub directories. Rtch90 2012-01-13 23:28:22 +0000
  • c0af7f601f [Change] Copyrighed under SaraCraft as apposed to Allanis. Rtch90 2012-01-11 03:04:10 +0000
  • 5db87e7433 [Change] Moved from header guards to #pragma once to compensate for Tamirs' lack of style. Joke. :) Rtch90 2012-01-11 02:43:49 +0000
  • ee7e8a1409 [Fix] Adding newline at the end of files. Rtch90 2012-01-11 02:27:39 +0000
  • 640a0f23c9 Merge branch 'master' of https://github.com/Allanis/Unuk Tamir Atias 2012-01-11 04:10:25 +0200
  • b508308115 [Add] World Manager. [Fix] Added newlines in end of files. Tamir Atias 2012-01-11 04:07:35 +0200
  • a9a881ea8b Merge branch 'master' of github.com:Allanis/Unuk Rtch90 2012-01-11 01:49:18 +0000
  • 497c6c077c [Change] Unuk has full keyboard use now. Rtch90 2012-01-11 01:47:55 +0000
  • db6c8e695e [Fix] Comments in ButtonGroup.cpp gave a wrong explanation. Tamir Atias 2012-01-11 03:32:45 +0200
  • 8a155673b8 [Fix] Forgot to add ButtonGroup.h and ButtonGroup.cpp. Tamir Atias 2012-01-10 06:35:23 +0200
  • 3b54b1d28d [Add] Buttons groups. [Add] Main menu arrow navigation. Tamir Atias 2012-01-10 06:32:05 +0200
  • 57d51f6a99 [Fix] NOW it's fixed, and I fixed KonoM's initial bug. Rtch90 2012-01-10 02:48:17 +0000
  • 688f4629a3 [Fix] Sorry, I ended up breaking KonoM's hard werk in my bitch fit! Rtch90 2012-01-10 02:46:15 +0000
  • 19d9f2e898 [Change] Being a bitch! Rtch90 2012-01-10 02:37:52 +0000
  • dba8045011 [ADD] In-game menu navigation using arrow keys. Tamir Atias 2012-01-10 04:20:52 +0200
  • 3ae7e7dc17 [Change] For now we will have a static camera and limit player boundary to screen width and height. Rtch90 2012-01-08 23:38:08 +0000
  • 88b17ee73b [Change] Added arrow key support. (wasd) is not so comfortable when your fingers rest on (asdf). Rtch90 2012-01-08 21:02:27 +0000
  • 63d78f6c45 [Fix] Somehow I forgot to do a fill of the rectangle in Rect::Draw(void) Rtch90 2012-01-07 23:34:53 +0000
  • 943916ce8c [Fix] Makefiles now work. I am sure I did this about 3-4 commits ago.... Rtch90 2012-01-07 16:46:04 +0000
  • 77d959d0ec [Fix] _ingameMenu->SetStatus(false); is now set after save/load for user feedback. [Add] Quickly utilised debug logger. Rtch90 2012-01-07 03:55:58 +0000
  • 9e82f7d5d2 [Fix] Implemented loading from InGameMenu. Rtch90 2012-01-07 03:32:57 +0000
  • be43761f0f Merge branch 'master' of https://github.com/Allanis/Unuk Tamir Atias 2012-01-07 04:51:28 +0200
  • d128c32af3 [FIX] Now using stringstream instead of itoa to stringify. Tamir Atias 2012-01-07 04:49:10 +0200
  • 76fb4d2771 [Test] Last one, sorry for all the spam! Rtch90 2012-01-07 02:22:56 +0000
  • ede2bfc678 [Test] Commiting, Commiting, I think 10th commit test? mahbe. Rtch90 2012-01-07 02:19:39 +0000
  • 85aa0a1046 [Test] I think this is nine. Rtch90 2012-01-07 02:18:12 +0000
  • cfc879a5aa [Test] I um.. Lost count, I think this is 8. Rtch90 2012-01-07 02:17:27 +0000
  • cb58d97678 [Test] SPAM SPAM SPAM Rtch90 2012-01-07 02:16:34 +0000
  • e210698a6f [Test] Seventh commit test. Rtch90 2012-01-07 02:16:05 +0000
  • 482d807c34 [Test] Sixth Commit I think! Rtch90 2012-01-07 02:15:12 +0000
  • c4583d3f14 [Test] Sorry for the spam folks! Rtch90 2012-01-07 02:14:30 +0000
  • 1821f8ec06 [Test] Testing Git parser at http://saracraft.net AGAIN! Rtch90 2012-01-07 02:13:52 +0000
  • 6f7d8c2e47 [Test] Testing Git parser at http://saracraft.net Rtch90 2012-01-07 02:12:42 +0000
  • 700edeb245 [Test] Testing Git parser at http://saracraft.net Rtch90 2012-01-07 02:12:11 +0000
  • 5cd12187db [Test] Testing Git parsing.. 13 commits to do.. Eh!! Rtch90 2012-01-07 02:10:58 +0000
  • 936014d8d9 Merge branch 'master' of github.com:Allanis/Unuk Rtch90 2012-01-07 01:48:01 +0000
  • 6e1a02f70f [Add] A* Pathfinding almost complete. Rtch90 2012-01-07 01:47:07 +0000
  • cb4f7f54d1 [ADD] Saving game! [ADD] AStar files to VC++ project. Tamir Atias 2012-01-07 03:30:06 +0200
  • 2874786ae6 [Fix] I knew Git would leave the conflict headers in there like a bitch! Rtch90 2012-01-06 00:56:37 +0000
  • 9173235610 Merge branch 'playground' Rtch90 2012-01-06 00:53:27 +0000
  • 589268a94f [Add] Just the beginning of an A* implementation. Rtch90 2012-01-06 00:47:12 +0000
  • eaa8329af8 [Remove] Oops, I forgot to remove the binary file! Rtch90 2012-01-05 19:23:25 +0000
  • b97bbd5702 [Fix] Updated Makefile to include memory manager. Rtch90 2012-01-05 19:17:39 +0000
  • f3fd1861bc [Change] Overloaded new/delete operators. -- Less travelling to kernal mode ftw. Rtch90 2012-01-05 17:11:29 +0000
  • 72e1b90df7 [ADD] Word wrapping. Tamir Atias 2012-01-05 17:35:08 +0200
  • 6fe0ea2b24 [ADD] Multi-line text rendering. Tamir Atias 2012-01-05 07:19:29 +0200
  • 0f9c39ec1b [Add] Added Memory Manager. Rtch90 2012-01-03 01:43:33 +0000
  • 8db54e61bc [Add] Memory Allocation is almost ready. Avoid using this build!!! I am not finished. Rtch90 2011-12-31 03:02:49 +0000
  • 23e8686dad [Add] Adding start of Memory Managment algorithm, Sorry I have been doing nothing, I am back however!!!!!! Rtch90 2011-12-31 00:45:46 +0000
  • 277111a678 [FIX] Fixed warnings. Tamir Atias 2011-12-30 03:16:32 +0200
  • 3ee91c42ac [Remove] Removed test health stuff to make way for real implementation. Rtch90 2011-12-29 22:00:49 +0000
  • 5befe97969 [FIX] Map drawing based on camera offset. [FIX] Speech bubble not following camera. Tamir Atias 2011-12-29 22:10:31 +0200
  • 3533f5c607 [Change] SetCamera() is called once again. Rtch90 2011-12-28 22:41:39 +0000
  • 73210e0451 [FIX] Fixed exception when quitting. Tamir Atias 2011-12-29 00:15:51 +0200
  • 0e11ecba87 [FIX] Fixed Debug Build in Visual Studio. Tamir Atias 2011-12-28 21:13:05 +0200
  • ba51d9cf5f [Shrug] Some crap KonoM did! No idea what. Rtch90 2011-12-28 03:24:07 +0000
  • c90b9fd53a [Fix] Just initializing int fps; in game.cpp upon declaration. Rtch90 2011-12-28 02:53:01 +0000
  • 881ceb14fd [Change] Fixed up to copy dll's to /Unuk/Bin on release build. Rtch90 2011-12-28 02:45:47 +0000
  • ab999c39c4 [Add] Unuk is live on both Linux and Windows platforms! -- Thank KonoM for being in charge of the Windows build! Rtch90 2011-12-28 02:35:18 +0000
  • 4990e2e1a5 [Add] Added basic player health system. Rtch90 2011-12-28 00:56:07 +0000
  • ecfe8abed5 [Add] Git push's now wrap nicely to http://saracraft.net Rtch90 2011-12-27 00:46:09 +0000
  • 18c54321e2 I lied. This will be my last test. Rtch90 2011-12-27 00:45:46 +0000