Age | Commit message (Expand) | Author | Files | Lines |
2009-02-10 | Fixed header files, as well as removed the unused buddy list class (not | Ira Rice | 1 | -2/+3 |
2009-01-30 | Some style cleanups to the image class. TODO: Find a way to fix the | Ira Rice | 1 | -21/+22 |
2009-01-23 | Removed unnecessary references to The Mana World in code headers | Bjørn Lindeijer | 1 | -4/+4 |
2008-11-18 | Pedantic fixes to the client, where I alphabetized all of the include | Ira Rice | 1 | -4/+1 |
2008-07-18 | Import of client tree | Lloyd Bryant | 1 | -1/+1 |
2007-11-21 | Merged revisions 3705-3711,3714,3718,3721-3722,3729-3731,3735,3742 via svnmer... | Bjørn Lindeijer | 1 | -1/+46 |
2007-11-20 | Merged revisions 3642,3662-3664,3667 via svnmerge from | Bjørn Lindeijer | 1 | -24/+11 |
2007-10-18 | Merged removal of dependency on Guichan OpenGL from trunk to 0.0 branch, | Bjørn Lindeijer | 1 | -23/+43 |
2007-09-20 | Merged a bunch of small changes from trunk to 0.0 and set svn:eol-style | Bjørn Lindeijer | 1 | -2/+2 |
2007-06-20 | Set GL texture index to zero when an image uses the SDL backend (fix by Guill... | Philipp Sehmisch | 1 | -1/+5 |
2007-06-03 | Fixed image loading in software mode to not check for alpha layer with images | Bjørn Lindeijer | 1 | -11/+14 |
2007-06-03 | Fixed image loading in software mode to not assume all images are 32-bit. | Bjørn Lindeijer | 1 | -1/+1 |
2007-03-20 | Reduced amount of useless logging, calculate nearest power of two in a function | Bjørn Lindeijer | 1 | -37/+44 |
2007-03-18 | Added man page by Patrick Matthäi and restored alpha layer check. | Bjørn Lindeijer | 1 | -3/+30 |
2007-03-18 | Added --version to the arguments, deleted the 'pink-code'. | Rogier Polak | 1 | -68/+4 |
2006-12-24 | Major rendering performance increase in software mode, by not using RLE | Bjørn Lindeijer | 1 | -3/+3 |
2006-11-26 | Higher precision log timestamps, some more logging and support for TGA images. | Bjørn Lindeijer | 1 | -1/+9 |
2006-09-07 | Fixed a typo. | Björn Steinbrink | 1 | -1/+1 |
2006-09-07 | Worked around a memory leak when using OpenGL. | Björn Steinbrink | 1 | -5/+16 |
2006-03-16 | A bunch of cosmetic changes. | Björn Steinbrink | 1 | -5/+7 |
2006-03-09 | Made all class members named like mClassMember. | Björn Steinbrink | 1 | -17/+17 |
2006-03-08 | Some fixes for compiling with pedantic compiler settings and const char* checks. | Bjørn Lindeijer | 1 | -2/+2 |
2006-03-08 | Removed some conditional code. | Björn Steinbrink | 1 | -16/+4 |
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 |