summaryrefslogtreecommitdiff
path: root/src/resources
AgeCommit message (Expand)AuthorFilesLines
2005-04-01* The client will now only attempt to load .tmx or .tmx.gz files.Bjørn Lindeijer1-5/+11
2005-03-26Images are now exclusively loaded through PhysFS, and Tiled maps should loadBjørn Lindeijer5-86/+49
2005-03-25Put map in new place and unified loading location.Bjørn Lindeijer1-1/+1
2005-03-25Fix compile issues on Windows.Bjørn Lindeijer2-4/+4
2005-03-24Logger Implemented. (3/3)Yohann Ferreira3-20/+23
2005-03-13Converted ChatBox into a proper ChatWindow in response to changes by Chetic.Bjørn Lindeijer4-12/+7
2005-03-12Made PhysFS code a bit more generic for later additions.Eric Scrivner2-18/+52
2005-03-12Changed RWops constructor a bit.Eric Scrivner2-3/+3
2005-03-12Use xmlParseFile with built in support for gzip.Bjørn Lindeijer1-22/+1
2005-03-10Fixed showing death bitmap when other players die and fixed the black hairBjørn Lindeijer1-1/+0
2005-03-07Switched base64 codec to the PHP one and finished support for base64 encodedBjørn Lindeijer2-10/+62
2005-03-06Added collision tileset... last commit missed there files.Bjørn Lindeijer2-3/+27
2005-03-06Implemented alpha blending of Images for OpenGLBjørn Lindeijer1-2/+3
2005-03-03Separated graphic/graphic.cpp into graphics.cpp and engine.cpp.Bjørn Lindeijer1-1/+1
2005-03-01Changed around recent additions to Image class a bit and fixed OpenGL compile.Bjørn Lindeijer3-42/+44
2005-02-27Functions create() and fillWithColor() into image class.Yohann Ferreira2-0/+44
2005-02-21Updates to change log, file lists, lots of doxygen comments and small changes.Bjørn Lindeijer4-39/+86
2005-02-20Reverted changes to skill dialog, a new one will be developed alongside it soBjørn Lindeijer1-5/+11
2005-02-20More progress towards loading XML maps.Bjørn Lindeijer2-16/+75
2005-02-20Separated Tiles in MetaTiles and Images.Bjørn Lindeijer1-4/+6
2005-02-20Finally equipment! Sometimes it works :PEugenio Favalli1-0/+8
2005-02-20Fixed Cancel button for NPC choice dialog, thanks to Mra. Also some smallBjørn Lindeijer2-45/+39
2005-02-19Committed new graphics for button, checkbox and radio button by romulo. AlsoBjørn Lindeijer1-10/+3
2005-02-19Also add mapreader.cpp to the file.list.Bjørn Lindeijer1-13/+0
2005-02-19Fixed searching for zip files in Linux, fixed initialization of PhysFS to beBjørn Lindeijer5-40/+321
2005-02-19Fixing PhysFS for Dev-Cpp -> WARNING: missing OpenGL codeEugenio Favalli1-1/+6
2005-02-19Integrated PhysicsFS for TMW package systemEric Scrivner2-7/+107
2005-02-19Added load function that uses SDL_RWopsEric Scrivner2-2/+28
2005-02-18Improve window borders and speed up alpha property by not setting alpha eachBjørn Lindeijer1-6/+5
2005-02-18Eliminated double draw implementation, only keeping the more complete one.Bjørn Lindeijer1-102/+4
2005-02-18So I added this alpha attribute to images...Bjørn Lindeijer2-0/+36
2005-02-15Small compile fix when compiling OpenGL in Dev-C++, and hostBjørn Lindeijer1-2/+2
2005-02-14Support for drawing using OpenGL. Don't expect it to be fast yet though.Bjørn Lindeijer2-64/+313
2005-02-14Simplified logging for the sake of simplicity.Bjørn Lindeijer2-16/+11
2005-02-13Now the resource manager will log a bit about images and cleanup.Bjørn Lindeijer2-7/+8
2005-02-13Allow preservation of alpha channel when loading image resources, which is usedBjørn Lindeijer5-14/+25
2005-01-18Fixed pattern drawing and focus on Ok/Select buttons for first dialogs.Bjørn Lindeijer2-3/+62
2005-01-17More standard way of converting surface.Bjørn Lindeijer1-4/+3
2005-01-17Loaded images now converted to display format for speed, and added supportBjørn Lindeijer1-1/+7
2005-01-17Committing Allegro -> SDL switch, hugely breaking the game.Bjørn Lindeijer2-59/+96
2005-01-16Removed datafile and configfile and any leftover old GUI drawing code.Bjørn Lindeijer1-1/+1
2005-01-15Solved stats window problem with updating variable and sending stat update.Bjørn Lindeijer1-1/+0
2005-01-14Fixed resource loading on Windows.Bjørn Lindeijer2-20/+3
2005-01-14Some fixes for Dev-C++ but it has a black screen problem.Bjørn Lindeijer1-1/+2
2005-01-14Rewrote Spriteset to work with Image* instead of BITMAP*Bjørn Lindeijer2-22/+65
2005-01-14Removed 9 cases of load_bitmap.Bjørn Lindeijer2-5/+5
2005-01-14Extended Image with methods to get width, height and draw a pattern and madeBjørn Lindeijer2-2/+55
2005-01-13Added heavily modified resource manager by zenogais that is currently usingBjørn Lindeijer6-0/+664