Commit Graph

117 Commits

Author SHA1 Message Date
Tamir Atias
4808d8b45d [Add] NPCs now generating randomally.
[Add] Map is regenerated after all NPCs are killed.
[Fix] Bugs regarding level up system.
[Fix] Unuk-QT.pro.user is now ignored.
2012-02-02 23:30:40 +02:00
Rtch90
76517a7a5f Merge branch 'master' of github.com:Allanis/Unuk 2012-02-01 23:46:13 +00:00
Rtch90
a3ec190f61 [Add] Getting to work on pathfinding, my last one was not complete.
[Fix] Fixed .gitignore
2012-02-01 23:44:04 +00:00
Tamir Atias
7c63598b1a [Change] Event History box is now more translucent. 2012-02-02 01:33:15 +02:00
Tamir Atias
3e01f285e4 Merge branch 'master' of github.com:Allanis/Unuk
Conflicts:
	Unuk-QT/Makefile
2012-02-02 01:13:46 +02:00
Tamir Atias
9c06cdaa34 [Add] Pimped out Event History box to Sara's request. 2012-02-02 01:12:13 +02:00
Rtch90
ef9bbd3db3 [Remove] Scrapped redundant files. Added UnukQT/Makefile to .gitignore for easier calibration. 2012-02-01 22:57:19 +00:00
Rtch90
b584069280 [Remove] Blasted out a now irrelevent comment! I am no longer drunk codin'. 2012-02-01 19:45:29 +00:00
Rtch90
444abf9f59 Merge branch 'master' of github.com:Allanis/Unuk
Conflicts:
	Unuk-QT/Makefile
2012-02-01 19:40:00 +00:00
Rtch90
75b71a8f8c [Add] Added MathBox and Finished Vector shit! I'm on FIRE!!!! 2012-02-01 19:38:31 +00:00
Tamir Atias
19396577f8 [Fix] Killed all warnings. Ice cold, baby. 2012-02-01 21:36:59 +02:00
Rtch90
b94cfb69fa [Fix] Saveing from a none collision area so I can bleeding move.... 2012-02-01 18:42:24 +00:00
root
5c2330c16b [Fix] Exp in the Exp Gained event was wrong. 2012-02-01 20:38:23 +02:00
Tamir Atias
ed3eabb7e7 [Add] Improvements to level generation. 2012-02-01 20:04:49 +02:00
Rtch90
50a948152d [Remove] Killed my new/delete overloads in Character.h to stop KonoM from bitching at me. 2012-02-01 17:52:26 +00:00
Rtch90
1b2ea15604 [Add] Adding dot/cross product calculations, also added some normalize methods. 2012-02-01 17:11:46 +00:00
Rtch90
c04291a3e4 [Add] Adding a bunch of overloaded operators to vector stuff. 2012-02-01 16:54:27 +00:00
Rtch90
2910f5cfd4 [Add] More vector work, added some Length and Distance methods. 2012-02-01 16:36:23 +00:00
Rtch90
61a6f2202a Merge branch 'master' of github.com:Allanis/Unuk
Conflicts:
	Unuk-QT/Makefile
2012-02-01 16:13:22 +00:00
Rtch90
88e4ec3c2d [Add] Adding some vector math, It is not complete yet. But just to let you know I AM working! :D 2012-02-01 16:09:05 +00:00
Tamir Atias
f573eae356 [Fix] Attacking distance check was wrong. 2012-02-01 12:54:09 +02:00
root
d6027ce0f9 [Add] Initial procedural generation stuff. 2012-02-01 04:25:32 +02:00
Tamir Atias
dfa2d88008 [Add] Levels and leveling up! 2012-02-01 02:15:54 +02:00
Tamir Atias
3dd248156b [Fix] Added EventHistory.cpp and EventHistory.h to VS project.
-- What the hell happened to them?!
[Add] Event history box is now translucent.
2012-01-18 13:59:28 +02:00
Tamir Atias
ae81b99958 [Add] Event history box. 2012-01-16 20:20:01 +02:00
Tamir Atias
f1a003a04f [Fix] Health bar duration never stopped. 2012-01-16 18:10:15 +02:00
Tamir Atias
ca3eb4ece7 [Add] Health bar now shows only when character is being attacked. 2012-01-16 17:53:18 +02:00
Tamir Atias
4481a46889 [Fix] Added missing header and source file for Bar.
[Add] Health bars for characters.
2012-01-16 06:54:17 +02:00
Rtch90
25fb91c2ad [Fix] Replaced Map.o with LevelGen.o 2012-01-15 14:55:47 +00:00
Rtch90
a7e2891d89 [Add] New character sheets from Moosader - Not final.
[Change] Re-structured Map stuff a little.
2012-01-15 14:28:37 +00:00
Rtch90
1aa2c4246e [Add] Getting to work on procedural map generation.. 2012-01-14 13:56:50 +00:00
Tamir Atias
4ee9354769 Merge branch 'master' of https://github.com/Allanis/Unuk 2012-01-14 06:45:39 +02:00
Tamir Atias
cb3c463261 [Add] Player can now attack NPCs. 2012-01-14 06:44:23 +02:00
Rtch90
a8df00cb17 [Fix] Renaming directory Ui to UI! 2012-01-14 03:39:10 +00:00
Rtch90
9b5f9abe9f [Fix] Makefiles now work accorfing to new architecture. 2012-01-14 02:43:05 +00:00
Rtch90
0078e2aeaa [Fix] .gitignore decided not to add recursively add /Unuk/srs/libUnuk ... 2012-01-13 23:34:03 +00:00
Rtch90
4e94b83ac6 [Change] I had a big clean up. sorted libUnuk into sub directories.
-- Teehee, KonoM will have a tough time with VS now. :D
2012-01-13 23:28:22 +00:00
Rtch90
5db87e7433 [Change] Moved from header guards to #pragma once to compensate for Tamirs' lack of style. Joke. :) 2012-01-11 02:43:49 +00:00
Rtch90
ee7e8a1409 [Fix] Adding newline at the end of files. 2012-01-11 02:27:39 +00:00
Tamir Atias
640a0f23c9 Merge branch 'master' of https://github.com/Allanis/Unuk 2012-01-11 04:10:25 +02:00
Tamir Atias
b508308115 [Add] World Manager.
[Fix] Added newlines in end of files.
2012-01-11 04:07:35 +02:00
Rtch90
a9a881ea8b Merge branch 'master' of github.com:Allanis/Unuk 2012-01-11 01:49:18 +00:00
Rtch90
497c6c077c [Change] Unuk has full keyboard use now. 2012-01-11 01:47:55 +00:00
Tamir Atias
db6c8e695e [Fix] Comments in ButtonGroup.cpp gave a wrong explanation. 2012-01-11 03:32:45 +02:00
Tamir Atias
8a155673b8 [Fix] Forgot to add ButtonGroup.h and ButtonGroup.cpp. 2012-01-10 06:35:23 +02:00
Tamir Atias
3b54b1d28d [Add] Buttons groups.
[Add] Main menu arrow navigation.
2012-01-10 06:32:05 +02:00
Rtch90
57d51f6a99 [Fix] NOW it's fixed, and I fixed KonoM's initial bug. 2012-01-10 02:48:17 +00:00
Rtch90
688f4629a3 [Fix] Sorry, I ended up breaking KonoM's hard werk in my bitch fit! 2012-01-10 02:46:15 +00:00
Rtch90
19d9f2e898 [Change] Being a bitch! 2012-01-10 02:37:52 +00:00
Tamir Atias
dba8045011 [ADD] In-game menu navigation using arrow keys. 2012-01-10 04:20:52 +02:00