summaryrefslogtreecommitdiff
path: root/src/resources
AgeCommit message (Expand)AuthorFilesLines
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