Age | Commit message (Expand) | Author | Files | Lines |
2005-03-01 | Changed around recent additions to Image class a bit and fixed OpenGL compile. | Bjørn Lindeijer | 3 | -42/+44 |
2005-02-27 | Functions create() and fillWithColor() into image class. | Yohann Ferreira | 2 | -0/+44 |
2005-02-21 | Updates to change log, file lists, lots of doxygen comments and small changes. | Bjørn Lindeijer | 4 | -39/+86 |
2005-02-20 | Reverted changes to skill dialog, a new one will be developed alongside it so | Bjørn Lindeijer | 1 | -5/+11 |
2005-02-20 | More progress towards loading XML maps. | Bjørn Lindeijer | 2 | -16/+75 |
2005-02-20 | Separated Tiles in MetaTiles and Images. | Bjørn Lindeijer | 1 | -4/+6 |
2005-02-20 | Finally equipment! Sometimes it works :P | Eugenio Favalli | 1 | -0/+8 |
2005-02-20 | Fixed Cancel button for NPC choice dialog, thanks to Mra. Also some small | Bjørn Lindeijer | 2 | -45/+39 |
2005-02-19 | Committed new graphics for button, checkbox and radio button by romulo. Also | Bjørn Lindeijer | 1 | -10/+3 |
2005-02-19 | Also add mapreader.cpp to the file.list. | Bjørn Lindeijer | 1 | -13/+0 |
2005-02-19 | Fixed searching for zip files in Linux, fixed initialization of PhysFS to be | Bjørn Lindeijer | 5 | -40/+321 |
2005-02-19 | Fixing PhysFS for Dev-Cpp -> WARNING: missing OpenGL code | Eugenio Favalli | 1 | -1/+6 |
2005-02-19 | Integrated PhysicsFS for TMW package system | Eric Scrivner | 2 | -7/+107 |
2005-02-19 | Added load function that uses SDL_RWops | Eric Scrivner | 2 | -2/+28 |
2005-02-18 | Improve window borders and speed up alpha property by not setting alpha each | Bjørn Lindeijer | 1 | -6/+5 |
2005-02-18 | Eliminated double draw implementation, only keeping the more complete one. | Bjørn Lindeijer | 1 | -102/+4 |
2005-02-18 | So I added this alpha attribute to images... | Bjørn Lindeijer | 2 | -0/+36 |
2005-02-15 | Small compile fix when compiling OpenGL in Dev-C++, and host | Bjørn Lindeijer | 1 | -2/+2 |
2005-02-14 | Support for drawing using OpenGL. Don't expect it to be fast yet though. | Bjørn Lindeijer | 2 | -64/+313 |
2005-02-14 | Simplified logging for the sake of simplicity. | Bjørn Lindeijer | 2 | -16/+11 |
2005-02-13 | Now the resource manager will log a bit about images and cleanup. | Bjørn Lindeijer | 2 | -7/+8 |
2005-02-13 | Allow preservation of alpha channel when loading image resources, which is used | Bjørn Lindeijer | 5 | -14/+25 |
2005-01-18 | Fixed pattern drawing and focus on Ok/Select buttons for first dialogs. | Bjørn Lindeijer | 2 | -3/+62 |
2005-01-17 | More standard way of converting surface. | Bjørn Lindeijer | 1 | -4/+3 |
2005-01-17 | Loaded images now converted to display format for speed, and added support | Bjørn Lindeijer | 1 | -1/+7 |
2005-01-17 | Committing Allegro -> SDL switch, hugely breaking the game. | Bjørn Lindeijer | 2 | -59/+96 |
2005-01-16 | Removed datafile and configfile and any leftover old GUI drawing code. | Bjørn Lindeijer | 1 | -1/+1 |
2005-01-15 | Solved stats window problem with updating variable and sending stat update. | Bjørn Lindeijer | 1 | -1/+0 |
2005-01-14 | Fixed resource loading on Windows. | Bjørn Lindeijer | 2 | -20/+3 |
2005-01-14 | Some fixes for Dev-C++ but it has a black screen problem. | Bjørn Lindeijer | 1 | -1/+2 |
2005-01-14 | Rewrote Spriteset to work with Image* instead of BITMAP* | Bjørn Lindeijer | 2 | -22/+65 |
2005-01-14 | Removed 9 cases of load_bitmap. | Bjørn Lindeijer | 2 | -5/+5 |
2005-01-14 | Extended Image with methods to get width, height and draw a pattern and made | Bjørn Lindeijer | 2 | -2/+55 |
2005-01-13 | Added heavily modified resource manager by zenogais that is currently using | Bjørn Lindeijer | 6 | -0/+664 |