Commit Graph

267 Commits

Author SHA1 Message Date
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
Rtch90
3ae7e7dc17 [Change] For now we will have a static camera and limit player boundary to screen width and height.
-- Reason 1: y coord seems to bug out if we go over y600.

-- Reason 2: We do not need any more than the screen width height for the initial portfolio project.
2012-01-08 23:38:08 +00:00
Rtch90
88b17ee73b [Change] Added arrow key support. (wasd) is not so comfortable when your fingers rest on (asdf). 2012-01-08 21:02:27 +00:00
Rtch90
63d78f6c45 [Fix] Somehow I forgot to do a fill of the rectangle in Rect::Draw(void) 2012-01-07 23:34:53 +00:00
Rtch90
943916ce8c [Fix] Makefiles now work. I am sure I did this about 3-4 commits ago.... 2012-01-07 16:46:04 +00:00
Rtch90
77d959d0ec [Fix] _ingameMenu->SetStatus(false); is now set after save/load for user feedback.
[Add] Quickly utilised debug logger.
2012-01-07 03:55:58 +00:00
Rtch90
9e82f7d5d2 [Fix] Implemented loading from InGameMenu. 2012-01-07 03:32:57 +00:00
Tamir Atias
be43761f0f Merge branch 'master' of https://github.com/Allanis/Unuk 2012-01-07 04:51:28 +02:00
Tamir Atias
d128c32af3 [FIX] Now using stringstream instead of itoa to stringify. 2012-01-07 04:49:10 +02:00
Rtch90
76fb4d2771 [Test] Last one, sorry for all the spam! 2012-01-07 02:22:56 +00:00
Rtch90
ede2bfc678 [Test] Commiting, Commiting, I think 10th commit test? mahbe. 2012-01-07 02:19:39 +00:00
Rtch90
85aa0a1046 [Test] I think this is nine. 2012-01-07 02:18:12 +00:00
Rtch90
cfc879a5aa [Test] I um.. Lost count, I think this is 8. 2012-01-07 02:17:27 +00:00
Rtch90
cb58d97678 [Test] SPAM SPAM SPAM 2012-01-07 02:16:34 +00:00
Rtch90
e210698a6f [Test] Seventh commit test. 2012-01-07 02:16:05 +00:00
Rtch90
482d807c34 [Test] Sixth Commit I think! 2012-01-07 02:15:12 +00:00
Rtch90
c4583d3f14 [Test] Sorry for the spam folks! 2012-01-07 02:14:30 +00:00
Rtch90
1821f8ec06 [Test] Testing Git parser at http://saracraft.net AGAIN! 2012-01-07 02:13:52 +00:00
Rtch90
6f7d8c2e47 [Test] Testing Git parser at http://saracraft.net 2012-01-07 02:12:42 +00:00
Rtch90
700edeb245 [Test] Testing Git parser at http://saracraft.net 2012-01-07 02:12:11 +00:00
Rtch90
5cd12187db [Test] Testing Git parsing.. 13 commits to do.. Eh!! 2012-01-07 02:10:58 +00:00
Rtch90
936014d8d9 Merge branch 'master' of github.com:Allanis/Unuk 2012-01-07 01:48:01 +00:00
Rtch90
6e1a02f70f [Add] A* Pathfinding almost complete. 2012-01-07 01:47:07 +00:00
Tamir Atias
cb4f7f54d1 [ADD] Saving game!
[ADD] AStar files to VC++ project.
2012-01-07 03:30:06 +02:00
Rtch90
2874786ae6 [Fix] I knew Git would leave the conflict headers in there like a bitch! 2012-01-06 00:56:37 +00:00
Rtch90
9173235610 Merge branch 'playground'
Conflicts:
	src/libUnuk/Makefile
2012-01-06 00:53:27 +00:00
Rtch90
589268a94f [Add] Just the beginning of an A* implementation.
-- I have gone back to makefiles and text editors as QT bored me.
-- I know, there is nothing here.. I just want to look busy. :P
2012-01-06 00:47:12 +00:00
Rtch90
eaa8329af8 [Remove] Oops, I forgot to remove the binary file! 2012-01-05 19:23:25 +00:00
Rtch90
b97bbd5702 [Fix] Updated Makefile to include memory manager.
-- I will work on pathfinding now..
2012-01-05 19:17:39 +00:00
Rtch90
f3fd1861bc [Change] Overloaded new/delete operators.
-- Less travelling to kernal mode ftw.
2012-01-05 17:11:29 +00:00
Tamir Atias
72e1b90df7 [ADD] Word wrapping. 2012-01-05 17:35:08 +02:00
Tamir Atias
6fe0ea2b24 [ADD] Multi-line text rendering. 2012-01-05 07:19:29 +02:00
Rtch90
0f9c39ec1b [Add] Added Memory Manager.
-- Supports allocation of memory.
-- Memory Dealocation.
-- Arrays!
-- etc :D

'tis a bit mapped memory manager.
2012-01-03 01:43:33 +00:00
Rtch90
8db54e61bc [Add] Memory Allocation is almost ready. Avoid using this build!!! I am not finished. 2011-12-31 03:02:49 +00:00
Rtch90
23e8686dad [Add] Adding start of Memory Managment algorithm, Sorry I have been doing nothing, I am back however!!!!!! 2011-12-31 00:45:46 +00:00
Tamir Atias
277111a678 [FIX] Fixed warnings. 2011-12-30 03:16:32 +02:00
Rtch90
3ee91c42ac [Remove] Removed test health stuff to make way for real implementation. 2011-12-29 22:00:49 +00:00
Tamir Atias
5befe97969 [FIX] Map drawing based on camera offset.
[FIX] Speech bubble not following camera.
2011-12-29 22:10:31 +02:00
Rtch90
3533f5c607 [Change] SetCamera() is called once again. 2011-12-28 22:41:39 +00:00
Tamir Atias
73210e0451 [FIX] Fixed exception when quitting. 2011-12-29 00:15:51 +02:00
Tamir Atias
0e11ecba87 [FIX] Fixed Debug Build in Visual Studio. 2011-12-28 21:13:05 +02:00
Rtch90
ba51d9cf5f [Shrug] Some crap KonoM did! No idea what. 2011-12-28 03:24:07 +00:00
Rtch90
c90b9fd53a [Fix] Just initializing int fps; in game.cpp upon declaration. 2011-12-28 02:53:01 +00:00
Rtch90
881ceb14fd [Change] Fixed up to copy dll's to /Unuk/Bin on release build. 2011-12-28 02:45:47 +00:00
Rtch90
ab999c39c4 [Add] Unuk is live on both Linux and Windows platforms!
-- Thank KonoM for being in charge of the Windows build!
2011-12-28 02:35:18 +00:00
Rtch90
4990e2e1a5 [Add] Added basic player health system. 2011-12-28 00:56:07 +00:00
Rtch90
ecfe8abed5 [Add] Git push's now wrap nicely to http://saracraft.net 2011-12-27 00:46:09 +00:00
Rtch90
18c54321e2 I lied. This will be my last test. 2011-12-27 00:45:46 +00:00