Commit Graph

144 Commits

Author SHA1 Message Date
Tamir Atias
1c37fb6344 [Add] Warps.
[Add] Map is now centered when smaller than screen size.
2012-04-22 18:34:25 +03:00
Tamir Atias
efb695e973 [Add] Adding NPCs through Tiled. 2012-04-22 16:15:56 +03:00
Tamir Atias
b20b5414c7 [Change] Created a method for HUD rendering. 2012-04-19 17:42:51 +03:00
Tamir Atias
73c85f0be7 Merge branch 'master' of github.com:Allanis/LibD
Conflicts:
	src/Main/Game.cpp
2012-04-19 17:32:49 +03:00
Tamir Atias
05a0b15aa8 [Fix] Lotsa things. 2012-04-19 17:30:59 +03:00
Rtch90
348d91cc4d [Fix] Removed BattleSys stuff from Qt project for now. 2012-04-19 15:29:45 +01:00
Rtch90
b3ec9673a5 [Remove] Removed start of Battle system files, not complete, and incorrect nameing conventions. 2012-04-19 15:27:17 +01:00
Rtch90
03289f6981 [Fix] Tamir thought it be a good idea to kill my Player Title.
[Fix] Fixed out of date copyright.
[Add] Just starting on battle systems.
2012-04-19 15:25:11 +01:00
Tamir Atias
24fab57d2a Merge branch 'master' of github.com:Allanis/LibD
Conflicts:
	src/Main/Game.cpp
2012-04-19 17:18:19 +03:00
Tamir Atias
2621a79fd1 [Add] In-game menu for disabling sounds. 2012-04-19 17:17:04 +03:00
Rtch90
098d4f900e [Add] Just a little fun adding a title to our player. 2012-04-19 14:53:25 +01:00
Rtch90
8ae564528a [Add] Adding a README file, with GPL software licencing. 2012-04-19 14:35:12 +01:00
Rtch90
5e77a6844e [Fix] Fixed conflicts and a font typo.
Merge branch 'master' of github.com:Allanis/LibD

Conflicts:
	LibDQt/LibDQt.pro
2012-04-19 13:00:34 +01:00
Rtch90
996c6418b1 [Fix] Merging crap to git. 2012-04-19 12:54:04 +01:00
Tamir Atias
ae5152e7e4 [Add] Arrow navigation in menus. 2012-04-19 11:00:44 +03:00
Tamir Atias
c55b71e07f [Fix] Player caption font being too big.
[Change] Level and actors only loading on new game.
2012-04-19 10:15:20 +03:00
Tamir Atias
774ffb0487 [Add] UI stuff to Qt Creator project. 2012-04-19 08:16:15 +03:00
Tamir Atias
ca10800c79 [Add] Initial work on a title screen. 2012-04-19 08:14:35 +03:00
Tamir Atias
3e20041111 [Change] Some more useless mapping. :D 2012-04-18 00:13:49 +03:00
Rtch90
40713a3787 [Add] New art from OpenGameArt.org.
[Add] Just messing around with the new art.
2012-04-17 20:00:11 +01:00
Tamir Atias
0bf9fba78d Merge branch 'master' of github.com:Allanis/LibD 2012-04-17 20:59:07 +03:00
Tamir Atias
d7e4575041 [Fix] Switched to case insensitive check for collision layer name. 2012-04-17 20:58:20 +03:00
Rtch90
9bcd6860ed Merge branch 'master' of github.com:Allanis/LibD 2012-04-17 18:56:38 +01:00
Rtch90
c5d01f682b [Fix] Forward declaration of Level in Player. 2012-04-17 18:55:49 +01:00
Tamir Atias
054e4f0c08 Merge branch 'master' of github.com:Allanis/LibD 2012-04-17 20:55:32 +03:00
Tamir Atias
38abbab93e [Fix] Added back running.
[Fix] Collisions is only tested against lower half of the actor.
2012-04-17 20:54:41 +03:00
Rtch90
6b52c5ef96 [Fix] stricmp was not declared. Changed to srtcmp and included <string.h> 2012-04-17 18:47:14 +01:00
Tamir Atias
2c50be6573 [Fix] Flickery scrolling. 2012-04-17 20:41:55 +03:00
Tamir Atias
8028320cef [Add] Tile based collisions. 2012-04-17 20:23:48 +03:00
Tamir Atias
e35cb64246 [Fix] Animation was farked!
[Fix] Strings are now allocated from the heap.
2012-04-17 03:58:42 +03:00
Rtch90
d4ede47353 [Fix] No idea. 2012-04-16 22:45:53 +01:00
Rtch90
0f1ccefc43 [Fix] Just a small fix with Animation sprite loading. Not done propperly. 2012-04-16 21:55:05 +01:00
Rtch90
42ecaaefd2 [Add] Added Animating sprites. -- Bit buggy right now. 2012-04-15 22:15:23 +01:00
Rtch90
cda3b3d086 [Change] Added a positional sprite method.
[Add] Added some more Animation. Not far off done now.
2012-04-15 14:45:31 +01:00
Rtch90
44f6fd070c [Fix] Made a comment a little clearer. 2012-04-15 13:45:17 +01:00
Rtch90
d57835d806 [Fix] Fixed the orthorgraphic view bug Tamir introduced. 2012-04-15 13:42:10 +01:00
Rtch90
e6f773dd68 Merge branch 'master' of github.com:Allanis/LibD 2012-04-15 13:27:57 +01:00
Rtch90
f61e1d67de [Add] Added animation sequence data serializer. 2012-04-15 13:26:34 +01:00
Tamir Atias
e6ef0c68c3 [Fix] Tiles getting borders when scrolling.
[Add] Allanis' String.* files to VC++ project.
[Fix] String.cpp not compiling.
2012-04-15 04:36:37 +03:00
Rtch90
8e7d526e4f Merge branch 'master' of github.com:Allanis/LibD 2012-04-15 00:54:27 +01:00
Rtch90
cde92a8bbe [Add] FREE FREE FREE AS A BIRD I'... I mean. Adding string class, so I can do some conversions. 2012-04-15 00:53:09 +01:00
Tamir Atias
6963a56c5c [Add] Player and NPC now inherit Actor. 2012-04-15 00:59:12 +03:00
Tamir Atias
5ecbeede07 Merge branch 'master' of github.com:Allanis/LibD 2012-04-15 00:34:30 +03:00
Tamir Atias
9f464f3c14 [Add] Text rendering with SDL_ttf and OpenGL. 2012-04-15 00:33:15 +03:00
Rtch90
aca5147ddc Merge branch 'master' of github.com:Allanis/LibD 2012-04-14 21:52:01 +01:00
Rtch90
66d01ce735 [Add] Added a class to read files, wanted something useful for animations. I will commit that soon. 2012-04-14 21:50:36 +01:00
Tamir Atias
8f06f70ad3 [Fix] Movement is now time based.
[Fix] Stuff was stretching on window resize.
2012-04-14 21:51:20 +03:00
Tamir Atias
d7bef996e6 [Fix] OpenAL was not shut down. 2012-04-14 21:34:03 +03:00
Rtch90
905e040f78 [Fix] Forgot to decrement the same value when shift is released, making it possible to increase your speed infinately. 2012-04-12 22:35:43 +01:00
Rtch90
6dcc65e9c9 [Add] You can run with shift now. 2012-04-12 22:32:38 +01:00