Commit Graph

267 Commits

Author SHA1 Message Date
Tamir Atias
ffebfaa0ca [FixAttempt] Force 32-bit compilation on Linux. 2012-08-24 00:45:03 +03:00
Rtch90
fc26781248 [Fix] KonoM never knew how to include files. :P 2012-06-10 22:49:57 +01:00
Rtch90
fe43519c6f Merge branch 'master' of github.com:Allanis/Unuk 2012-06-10 22:45:36 +01:00
Tamir Atias
cb4774bd1f [Add] Missing scNew in Pathfinding.h 2012-06-11 00:44:34 +03:00
Rtch90
3fb7e3e8e1 Merge branch 'master' of github.com:Allanis/Unuk 2012-06-10 22:13:31 +01:00
Rtch90
6c56311c86 [Dunno] Got to commit to pull changes. 2012-06-10 22:12:49 +01:00
Tamir Atias
30dfb9dba0 [Fix] Memory leaks not logging correctly. 2012-06-11 00:09:08 +03:00
Tamir Atias
307800e02f [Add] Attempting to write out memory leak origin. 2012-06-10 23:02:03 +03:00
Tamir Atias
d0f9ce73f9 [Fix] A few typos in the documentation. 2012-06-10 21:23:24 +03:00
Rtch90
4532f53b39 [Remove] Buy buy HTML and Latex docs.
[Change] Modified the docs a bit.
2012-06-10 13:35:51 +01:00
Rtch90
907631e472 [Fix] Small errors in docs. 2012-06-09 22:35:05 +01:00
Rtch90
d31d43cb4a [Add] Adding data serialization docs. 2012-06-09 22:18:32 +01:00
Rtch90
896b966530 [Add] New memory management.
[Clean] Source code was messy, so I have given it a good clean.
2012-06-02 21:54:35 +01:00
Rtch90
d16472c28e [Add] Added some more documentation, turns out I did not save the rest, so I had to
salvage it from chat logs. :(
2012-05-05 13:30:37 +01:00
Rtch90
61d6b6fcef [Change] Some changes to documentation 2012-03-11 15:28:40 +00:00
Rtch90
e2bfd4ccfe [Change] Throwing some more documentation in. 2012-03-11 15:10:58 +00:00
Rtch90
a62f939443 [Add] Added Documentation file. 2012-03-11 15:03:35 +00:00
Tamir Atias
c09d70bee0 Merge branch 'master' of github.com:Allanis/Unuk
Conflicts:
	Unuk-QT/Unuk-QT.pro
2012-02-24 03:00:51 +02:00
Tamir Atias
6069ae3379 [Fix] Qt Creator project. 2012-02-24 02:53:47 +02:00
Rtch90
461d87ab81 [Fix] Fixed QT project, it was not playing nicely with the serialization class. 2012-02-24 00:40:21 +00:00
Tamir Atias
9ca8983561 [Add] Serialisation stuff. 2012-02-24 02:11:06 +02:00
Tamir Atias
7d00bfb34a [Add] Some more artwork by Moosader. 2012-02-22 04:47:08 +02:00
Tamir Atias
0eb90d6df5 [Add] New artwork by Moosader. 2012-02-22 04:28:01 +02:00
Tamir Atias
120be24f96 [Fix] Sped up characters.
[Fix] Load game.
[Fix] Enemy collisions.
[Add] Enemies attacking the player.
[Add] GAME OVER!!! :D
2012-02-22 01:27:46 +02:00
Tamir Atias
57e3229baf [Fix] Lots of fixes to pathfinding. 2012-02-21 03:09:00 +02:00
Tamir Atias
837ace3c2a [Fix] Pathfinding fixes... 2012-02-21 02:00:36 +02:00
Rtch90
61f1f2b2a4 [Fix] Change calculation of absolute value to support floating point variables. 2012-02-20 21:34:50 +00:00
Tamir Atias
2e50097502 Merge branch 'master' of github.com:Allanis/Unuk
Conflicts:
	src/libUnuk/Engine/NPC.cpp
	src/libUnuk/LevelGen/LevelGen.h
	src/libUnuk/LevelGen/MapTile.cpp
	src/libUnuk/LevelGen/MapTile.h
2012-02-20 22:06:14 +02:00
Tamir Atias
c8460abb90 [Add] Some pathfinding code. 2012-02-20 21:59:51 +02:00
Rtch90
8e81f3aa86 [Fix] Fixed character sheet's animation sequence. 2012-02-20 19:34:14 +00:00
Rtch90
45d5720e4b [Add] A little spell stuff.
[Add] Woot, Rachel did the character sprite.
2012-02-19 23:16:10 +00:00
Rtch90
4b86f12f3a [Add] Who wants to see some magical abilities? 2012-02-19 21:18:26 +00:00
Rtch90
a6bc7151d4 [Change] Updated README file. 2012-02-19 17:29:58 +00:00
Rtch90
50db738194 [Change] Avoid using numerals when TILE_WIDTH and TILE_HEIGHT are defined in Unuk/Constants.h 2012-02-19 15:18:24 +00:00
Rtch90
87c075ddb0 [Change] Removed operator overloads in WorldManager.h as we never use them.
WorldManager will invoke the operators from Character.
2012-02-19 15:04:55 +00:00
Rtch90
d55d16ac61 [Fix] Memory managment now working, and utilized. 2012-02-19 14:51:53 +00:00
Rtch90
7ca0ad0d7d [Fix] Changed abs(Vec2::DistanceSquared(thisPos, goalPos)); to fabs(Vec2::DistanceSquared(thisPos, goalPos)); 2012-02-18 23:49:13 +00: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
4be65645da [Fix] Windows build.
[Fix] New game stack overflow in Debug build.
2012-02-18 21:23:23 +02:00
Tamir Atias
7f8bf0cb59 [Fix] Cropped some entities. 2012-02-14 22:37:44 +02:00
Tamir Atias
05688b4725 [Add] Moosader's new art is in! 2012-02-14 21:42:44 +02:00
Rtch90
376801720d [Remove] There is no need for save_* when we are ignoring save* ... 2012-02-09 22:57:24 +00:00
Tamir Atias
132279ccef [Add] Saving maps! 2012-02-09 18:17:13 +02:00
Tamir Atias
4a56e4cd00 [Fix] Player spawning on entities bug. For real this time! 2012-02-08 22:58: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
Tamir Atias
6e83a0fa77 Merge branch 'master' of https://github.com/Allanis/Unuk 2012-02-08 22:03:49 +02:00
Tamir Atias
9650fda582 [Change] Collision is now only done with the lower quarter of the player's height. 2012-02-08 22:02:56 +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
0cbaf72395 [Fix] Spawning out of the map. 2012-02-05 22:22:41 +02:00