Age | Commit message (Expand) | Author | Files | Lines |
2006-03-05 | Merged new_playerset branch into trunk. | Eugenio Favalli | 1 | -2/+2 |
2005-10-15 | Some small cleanups. | Björn Steinbrink | 1 | -13/+8 |
2005-10-09 | * Made Sprite into an interface implemented by both FloorItem and Being, which | Bjørn Lindeijer | 1 | -43/+32 |
2005-09-16 | Tiny error reporting improvement. | Bjørn Lindeijer | 1 | -1/+1 |
2005-08-29 | Clean up of the ConfigListener and Resource interfaces. | Björn Steinbrink | 1 | -8/+10 |
2005-08-25 | Fixed line length in ChangeLog and some other small changes. | Bjørn Lindeijer | 1 | -1/+1 |
2005-08-14 | Fully removed the useOpenGL global. | Björn Steinbrink | 1 | -37/+59 |
2005-08-14 | Started to fade out the useOpenGL global variable. | Björn Steinbrink | 1 | -1/+1 |
2005-08-14 | Moved image drawing code into the graphics class. | Björn Steinbrink | 1 | -108/+20 |
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -3/+5 |
2005-08-11 | Little cleanup and simplification. | Andrej Sinicyn | 1 | -4/+1 |
2005-07-27 | Committing merging opengl and sdl part 3 by Andrej | Bjørn Lindeijer | 1 | -6/+17 |
2005-07-26 | OpenGL/SDL combined in the same exe. Not in the cutest way, but we'll find a | Bjørn Lindeijer | 1 | -172/+187 |
2005-07-16 | Made Image/SubImage being drawn by Graphics. Removed some redundant code. | Björn Steinbrink | 1 | -80/+6 |
2005-07-11 | Committed header dependencies reducing patch by Doener | Bjørn Lindeijer | 1 | -4/+1 |
2005-06-23 | Finishing resource manager ability to clean up resources. Still work to do on | Bjørn Lindeijer | 1 | -4/+1 |
2005-06-21 | Image loader now automatically determines whether to use masked drawing or | Bjørn Lindeijer | 1 | -53/+104 |
2005-05-27 | autoTarget is now a Being*, also may have fixed related crash and added label | Bjørn Lindeijer | 1 | -4/+1 |
2005-05-21 | Fix opacity of Window titles in OpenGL and scroll areas which broke last commit | Bjørn Lindeijer | 1 | -0/+2 |
2005-05-13 | Fixed minimap transparent background to work in both SDL and OpenGL by using | Bjørn Lindeijer | 1 | -33/+0 |
2005-05-08 | Somehow fixed segmentation fault which was occuring on line: | Aaron Marks | 1 | -2/+2 |
2005-05-02 | Made config.xml, tmw.log and chatlog.txt always appear in ~/.tmw on *nix. | Bjørn Lindeijer | 1 | -4/+4 |
2005-03-26 | Images are now exclusively loaded through PhysFS, and Tiled maps should load | Bjørn Lindeijer | 1 | -29/+7 |
2005-03-25 | Fix compile issues on Windows. | Bjørn Lindeijer | 1 | -3/+3 |
2005-03-24 | Logger Implemented. (3/3) | Yohann Ferreira | 1 | -3/+4 |
2005-03-13 | Converted ChatBox into a proper ChatWindow in response to changes by Chetic. | Bjørn Lindeijer | 1 | -5/+2 |
2005-03-12 | Changed RWops constructor a bit. | Eric Scrivner | 1 | -2/+2 |
2005-03-06 | Implemented alpha blending of Images for OpenGL | Bjørn Lindeijer | 1 | -2/+3 |
2005-03-03 | Separated graphic/graphic.cpp into graphics.cpp and engine.cpp. | Bjørn Lindeijer | 1 | -1/+1 |
2005-03-01 | Changed around recent additions to Image class a bit and fixed OpenGL compile. | Bjørn Lindeijer | 1 | -18/+24 |
2005-02-27 | Functions create() and fillWithColor() into image class. | Yohann Ferreira | 1 | -0/+28 |
2005-02-19 | Fixed searching for zip files in Linux, fixed initialization of PhysFS to be | Bjørn Lindeijer | 1 | -1/+1 |
2005-02-19 | Fixing PhysFS for Dev-Cpp -> WARNING: missing OpenGL code | Eugenio Favalli | 1 | -1/+6 |
2005-02-19 | Added load function that uses SDL_RWops | Eric Scrivner | 1 | -0/+17 |
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 | 1 | -0/+25 |
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 | 1 | -40/+292 |
2005-02-14 | Simplified logging for the sake of simplicity. | Bjørn Lindeijer | 1 | -5/+3 |
2005-02-13 | Now the resource manager will log a bit about images and cleanup. | Bjørn Lindeijer | 1 | -3/+4 |
2005-02-13 | Allow preservation of alpha channel when loading image resources, which is used | Bjørn Lindeijer | 1 | -2/+9 |
2005-01-18 | Fixed pattern drawing and focus on Ok/Select buttons for first dialogs. | Bjørn Lindeijer | 1 | -2/+44 |
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 | 1 | -43/+68 |
2005-01-16 | Removed datafile and configfile and any leftover old GUI drawing code. | Bjørn Lindeijer | 1 | -1/+1 |
2005-01-14 | Fixed resource loading on Windows. | Bjørn Lindeijer | 1 | -1/+3 |
2005-01-14 | Rewrote Spriteset to work with Image* instead of BITMAP* | Bjørn Lindeijer | 1 | -8/+35 |
2005-01-14 | Extended Image with methods to get width, height and draw a pattern and made | Bjørn Lindeijer | 1 | -0/+37 |