Tamir Atias
c8460abb90
[Add] Some pathfinding code.
2012-02-20 21:59:51 +02:00
Tamir Atias
8b92224e72
[Add] Some work on enemy AI.
2012-02-19 01:30:12 +02:00
Rtch90
35fd91c97a
[Change] Character::Move was named incorrectly, This is now defined as Character::HealthBarScroll
2012-02-18 19:29:45 +00:00
Tamir Atias
132279ccef
[Add] Saving maps!
2012-02-09 18:17:13 +02:00
Tamir Atias
3bcc36edec
[Fix] Player spawning inside entities when starting a new game or loading one.
...
[Fix] Annoying warnings in WorldManager.cpp
2012-02-08 22:50:01 +02:00
Rtch90
bdda3847fb
[Fix] Tamir thought he was cool. But he typod soooo much!!!
2012-02-06 00:27:52 +00:00
Tamir Atias
3724a3121e
[Add] Ways of death.
...
[Add] Generation area is now larger.
2012-02-05 22:09:07 +02:00
Tamir Atias
fcb1d02db0
[Remove] Speech bubbles.
...
[Fix] NPCs now collide with the player.
2012-02-05 19:37:01 +02:00
Tamir Atias
a7367551c6
[Remove] Transitions from map file.
...
[Fix] Bug in which NPCs collide with themselves.
2012-02-05 18:56:29 +02:00
Tamir Atias
3e9c83428d
[Fix] Collision testing is now more accurate.
2012-02-05 17:54:11 +02:00
Tamir Atias
cc258c35e0
[Fix] Supposedly fixed spawning on top of NPCs.
2012-02-05 00:30:42 +02:00
Tamir Atias
90e3ff7a22
[Fix] NPCs and Player shall no longer spawn inside entities!
2012-02-04 23:51:45 +02:00
Rtch90
5e0130019d
[Add] Finished off the rest of this pathfinding shiz. Enjoy KonoM!!
2012-02-04 21:05:56 +00:00
Rtch90
67ff7dc171
[Add] Nothing interesting just methods to grab specific nodes..
2012-02-04 20:34:43 +00:00
Rtch90
c30739a610
[Add] Some more work on pathfinding.
...
-- Decided to stick with ANSI/ISO standards by keeping template implementation inside the header it came from as apposed to exporting it into another compilation unit. This stops gcc from bitching at me!
2012-02-04 18:27:29 +00:00
Rtch90
1dcbb82b72
[Add] SearchStep(void) method now implemented.
...
-- Yes, there is some code I have held back for now..
2012-02-04 15:04:22 +00:00
Rtch90
19df24c12c
[Fix] Heh, this code won't do any good in the destructer..
...
-- Let the drunk codin' commence.
2012-02-03 21:10:14 +00:00
Rtch90
9d8493376e
[Fix] FFFFUUUUUUU Templates. I WILL CONQUORR!!!!!
2012-02-03 20:57:17 +00:00
Rtch90
6affe7344b
[Add] Laying out a lovely foundation.. Getting dirty with some generic programming.
2012-02-03 16:19:03 +00:00
Rtch90
fa83500d15
[Fix] Changed typename to class in template paremeter list.
2012-02-03 15:15:54 +00:00
Rtch90
86c102f3d2
[Add] Working some more on AStar pathfinding. This is going to get messy.
2012-02-03 15:09:28 +00:00
Tamir Atias
db79f97f31
[Add] Player now relocating on level change.
...
[Fix] Unused parameter warning.
2012-02-03 01:11:40 +02:00
Rtch90
0e89b66788
[Add] Declaring a load of methods I think I may be needing!
...
-- Let the codin' begin!
2012-02-02 23:08:00 +00:00
Rtch90
6c8ad292c9
[Add] Preparing Pathfinding for some ass whooping!!
2012-02-02 22:48:06 +00:00
Rtch90
f7bc3fbae5
[Add] Comparison method for the cost two nodes.
2012-02-02 22:37:46 +00:00
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
a3ec190f61
[Add] Getting to work on pathfinding, my last one was not complete.
...
[Fix] Fixed .gitignore
2012-02-01 23:44:04 +00:00
Rtch90
ef9bbd3db3
[Remove] Scrapped redundant files. Added UnukQT/Makefile to .gitignore for easier calibration.
2012-02-01 22:57:19 +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
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
Tamir Atias
f573eae356
[Fix] Attacking distance check was wrong.
2012-02-01 12:54:09 +02:00
Tamir Atias
dfa2d88008
[Add] Levels and leveling up!
2012-02-01 02:15:54 +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
a7e2891d89
[Add] New character sheets from Moosader - Not final.
...
[Change] Re-structured Map stuff a little.
2012-01-15 14:28:37 +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