Commit Graph

54 Commits

Author SHA1 Message Date
Tamir Atias
4fab4e5db7 [Add] Namespaces for src/System. 2012-09-05 07:10:13 +03:00
Rtch90
87bb45cdbc Merge branch 'master' of github.com:Allanis/LibD
Conflicts:
	Data/Map/Ugly.tmx
2012-09-02 11:40:13 +01:00
Rtch90
f84f9c2982 [Clean] Cleaning up LibD to resurect the project. 2012-09-02 04:52:53 +01:00
Tamir Atias
aba7285659 [Add] Z-level to layers. 2012-05-02 03:15:20 +03:00
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
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
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
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
ca10800c79 [Add] Initial work on a title screen. 2012-04-19 08:14:35 +03: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
42ecaaefd2 [Add] Added Animating sprites. -- Bit buggy right now. 2012-04-15 22:15:23 +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
Tamir Atias
6963a56c5c [Add] Player and NPC now inherit Actor. 2012-04-15 00:59:12 +03:00
Tamir Atias
9f464f3c14 [Add] Text rendering with SDL_ttf and OpenGL. 2012-04-15 00:33:15 +03: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
a9677e47a9 [Fix] Fixed memory leak in Player.
[Fix] Added Actor.h and Actor.cpp to VC++ project.
2012-04-12 22:24:38 +03:00
Tamir Atias
8393d50851 [Fix] Now only visible region of the map is drawn. 2012-04-12 21:54:28 +03:00
Rtch90
84bfde227a [Remove] Removed AABB's for now.
[Add] Adding some NPC class stuff. Going to work on Actors now.
2012-04-12 18:32:45 +01:00
Tamir Atias
06acb9e9a6 [Add] Playing music.
[Add] Background Music for maps.
2012-04-12 19:11:56 +03:00
Tamir Atias
06e13c3c33 [Fix] Initialized some uninitialized variables.
[Fix] Changed Allanis' bounding box class to use SDL surfaces.
[Add] Initial Qt Creator support in Windows.
2012-04-12 18:01:06 +03:00
Rtch90
1a2ba29855 [Fix?] Attempting to fix some seg faults. It seems KonoM's recource management is causing problems. 2012-04-12 15:04:46 +01:00
Tamir Atias
06171f3671 [Fix] Game was initialized before SDL. 2012-04-12 04:43:38 +03:00
Tamir Atias
abd57fcf78 Merge branch 'master' of github.com:Allanis/LibD 2012-04-12 04:09:28 +03:00
Tamir Atias
c783228588 [Fix] Scrolling is now done. 2012-04-12 04:09:03 +03:00
Rtch90
0510520308 Merge branch 'master' of github.com:Allanis/LibD 2012-04-12 01:55:41 +01:00
Rtch90
b360a2a894 [Add] Half way through axis aligned bounding box implementation. 2012-04-12 01:55:07 +01:00
Tamir Atias
deb832f7e2 [Add] Initial map scrolling. 2012-04-12 03:53:42 +03:00
Tamir Atias
89d50ea8fb [Add] Level loading! 2012-04-12 03:07:45 +03:00
Rtch90
48e08fa576 [Fix] Fixed KonoM's resource manager shit. typenames had not been declared. 2012-04-12 00:07:56 +01:00
Tamir Atias
0cad1e8128 [Fix] Allanis' AABB errors. 2012-04-12 01:50:44 +03:00
Rtch90
6241b32288 [Add] Added mutators for the x/y coordinates of a sprite.
[Add] Implemented Input methods and made a moveable entity.
2012-04-10 23:29:19 +01:00
Rtch90
c4789fd077 [Add] Added a method to resize the GL window, so the canvas resizes too! 2012-04-09 21:23:16 +01:00
Rtch90
b7949795ae [Change] Moving from X11 and WinAPI to SDL for window creation.
[Add] Added some player class stuff.
2012-04-08 22:56:16 +01:00
Tamir Atias
931f7d59a0 [Add] Input stuff in Windows.
[Fix] Coordinate system is now correct.
2012-04-08 21:23:52 +03:00
Rtch90
60366c7ad0 [Add] Implemented Input decices. 2012-04-08 18:16:35 +01:00
Rtch90
8e17066be1 [Add] Added some input structures and methods.
[Fix/Clean] Makefiles are uh.. a bitch!
2012-04-08 16:51:50 +01:00
Tamir Atias
aa0fb54cb2 Merge branch 'master' of https://github.com/Allanis/LibD 2012-04-08 03:57:20 +03:00
Tamir Atias
38efab7bfc [Fix] Temporary fix to sprite scaling & rotation. 2012-04-08 03:56:35 +03:00
Rtch90
52b5113ba0 Merge branch 'master' of github.com:Allanis/LibD
Conflicts:
	src/Main/Game.cpp
2012-04-08 00:54:19 +01:00
Rtch90
66acfa15ca [Add] Added Debug logging. 2012-04-08 00:51:03 +01:00
Tamir Atias
9ce32da119 [Add] Texture class.
[Fix] Texture loading.
[Add] Sprites.
2012-04-08 02:34:33 +03:00
Tamir Atias
242af52bb8 Merge branch 'master' of https://github.com/Allanis/LibD 2012-04-08 00:43:55 +03:00
Tamir Atias
afa94b4a99 [Add] Windows support! 2012-04-08 00:43:20 +03:00