Commit Graph

179 Commits

Author SHA1 Message Date
Rtch90
1244888130 [Remove] No idea why we would need these conversion routines. :S 2013-12-13 02:59:11 +00:00
Rtch90
f74878719d [Change] What? I wasn't even consistent?! 2013-12-13 02:52:29 +00:00
Rtch90
4c0654e148 [Remove] My god! I was so stupid two years ago. Kill a shed load of unneeded namespaces. 2013-12-13 02:49:26 +00:00
Rtch90
2c00325c29 [Remove] WTF was I doing with this filesystem stuff anyway? :/ 2013-12-13 02:29:40 +00:00
Rtch90
7bcd594476 [Add] Wrapper for the rle packer (SCpak). 2012-09-09 13:57:29 +01:00
Rtch90
0b6e0cf094 [Add] A simple rle packer.
-- Code may be ugly.
2012-09-08 20:35:33 +01:00
Tamir Atias
29fc8f875c [Add] Lib path for linking minizip. 2012-09-08 20:48:15 +03:00
Tamir Atias
3ac0769bda [Add] Linking minizip in linux. 2012-09-08 20:35:14 +03:00
Rtch90
55e78103c0 -- Annoying merges..
Merge branch 'master' of github.com:Allanis/LibD
2012-09-08 17:26:25 +01:00
Rtch90
be5aeddb21 [Add] Zippy zappy tools.
-- I have included MiniZip in the project
as it is a complete pain in the ass.
2012-09-08 17:23:51 +01:00
Tamir Atias
099f1ebbcf Merge branch 'master' of https://github.com/Allanis/LibD 2012-09-08 12:38:57 +03:00
Tamir Atias
cb37752aab [Remove] Goodbye FileReader.* 2012-09-08 12:38:44 +03:00
Rtch90
b95975183d [Add] Then there was compressed output files! 2012-09-07 20:37:21 +01:00
Rtch90
875535b1c6 [Fix] Initializing variables in loops is bad ya? 2012-09-05 22:20:38 +01:00
Rtch90
cab351b8f5 Merge pull request #3 from Allanis/KonoM
Done. Thanks Tamir.
2012-09-05 03:11:13 -07:00
Tamir Atias
4fab4e5db7 [Add] Namespaces for src/System. 2012-09-05 07:10:13 +03:00
Rtch90
3f53ccb07c [Add] Starting some file compression work on @KonoM 's request.
-- Maybe have it done in a couple days. Be patient!
2012-09-04 23:52:05 +01:00
Rtch90
aef731817d [Add] Time stamp checking for files. 2012-09-04 23:18:06 +01:00
Rtch90
273fdaaf10 [Add] Added a conversion method. From strings to integers.
-- Apparantely I forgot a few files in my last commit too.
2012-09-04 22:16:59 +01:00
Rtch90
c26d5f2cf1 [Change] Small amount of directory refactoring. 2012-09-04 21:36:57 +01:00
Rtch90
a329000a5b [Add] Copy File method.
[Add] Output streams.
[Add] Memory streams.
2012-09-03 23:20:24 +01:00
Rtch90
bfde44079c [Add] Added checksum. Also fized InputStreamWrapper it could not find size_t.. 2012-09-03 20:33:47 +01:00
Rtch90
f6645cd911 [Add] Wrapper for InputStream.. Allows reading of files etc etc...
-- I'm going to bed. Night!
2012-09-03 01:26:42 +01:00
Rtch90
f182e6749c [Add] I don't want to talk about it.
-- Should be pretty usable now.
2012-09-02 23:57:19 +01:00
Rtch90
48d85b777f [Add] Adding some more Filesystem stuff. This will allow you to manipulate files at your will.
-- Kinda.
2012-09-02 22:00:18 +01:00
Rtch90
cb0f0858f0 [Add] pragma warning for intel compilers. 2012-09-02 18:55:59 +01:00
Rtch90
b5210850b6 [Add] Implementing a filesystem for LibD. 2012-09-02 18:42:03 +01:00
Rtch90
531e46357b [Add] Some area code. Have fun. 2012-09-02 15:39:38 +01:00
Rtch90
5069ed5635 [Fix] Map was unpopulated.. 2012-09-02 12:26:45 +01:00
Tamir Atias
1fcb935d79 [Update] Tmx Parser updated to latest revision. 2012-09-02 14:11:42 +03:00
Tamir Atias
b56261e987 [Fix] Compilation error in Level.cpp 2012-09-02 13:58:22 +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
Rtch90
4ba792cc18 [Fix] cbegin() and cend() are not nice on Linux. 2012-04-22 16:48:56 +01: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
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