Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 6 | -73/+57 | |
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 | |
2006-02-24 | Another bunch of cosmetic cleanups, ie mostly typedefs... | Björn Steinbrink | 2 | -134/+109 | |
2006-02-19 | Added warnings when parameters are missing in the items xml file. | Yohann Ferreira | 1 | -3/+48 | |
2006-02-05 | Fixed a gcc 4.0 issue in the tradehandler. Strengthened the xml parser in ↵ | Yohann Ferreira | 1 | -20/+35 | |
the itemmanager so tmw doesn't crash anymore if an item lacks some parameters. | |||||
2006-01-31 | Various small cleanups. | Björn Steinbrink | 1 | -1/+0 | |
2006-01-31 | Made ResourceManager a friend of Resource to avoid looping over decRef, ↵ | Björn Steinbrink | 4 | -22/+19 | |
which returns void now. | |||||
2006-01-22 | Merged NETWORK branch (includes BEING_OVERHAUL). | Björn Steinbrink | 1 | -3/+1 | |
2005-10-19 | Fix empty lines not being read from text files. | Björn Steinbrink | 1 | -8/+4 | |
2005-10-16 | Use the ResourceManager to get spritesets. | Björn Steinbrink | 2 | -0/+25 | |
2005-10-15 | Some small cleanups. | Björn Steinbrink | 2 | -14/+9 | |
2005-10-10 | Introduced new window shortcuts and corrected position of job xp bar. Also | Bjørn Lindeijer | 2 | -117/+2 | |
corrected strange commit by ElvenProgrammer. | |||||
2005-10-10 | Updated docs for release | Eugenio Favalli | 1 | -0/+115 | |
2005-10-09 | * Made Sprite into an interface implemented by both FloorItem and Being, which | Bjørn Lindeijer | 8 | -241/+151 | |
hook themselves into the map on construction. The improved fringe layer is working as expected now. * Made sure TMW compiles without warnings even when using "-Wconversion -Wshadow -Wcast-qual -Wwrite-strings -ansi -pedantic", lots of cleanups. * Added two new small tilesets that contain the desert tiles that are twice and three times the height of a normal tile. One well in new_3-1 has been converted to use the new double tiles for testing purposes. | |||||
2005-10-07 | Modified finding NPC as by timonator's suggestion in order to allow NPCs to be | Bjørn Lindeijer | 2 | -5/+7 | |
clicked on their heads too. Also made start to tile engine improvement by adding the Sprite class that is now used by the floor items for being displayed on the map. Finally added documentation to Item class and splitted out Properties class from Map. | |||||
2005-10-05 | Fixed some resource cleanup and memory leaks. Also changed the way dangling | Bjørn Lindeijer | 2 | -7/+14 | |
references to resources are reported to be more informative. | |||||
2005-10-02 | Added check for pthread library (needed for FreeBSD, still needs to be checked | Bjørn Lindeijer | 2 | -6/+6 | |
on MacOS X) and some cleanups. | |||||
2005-09-29 | Moved tileset management into the map class and made sure the tilesets are | Bjørn Lindeijer | 4 | -143/+59 | |
cleaned up properly on switching maps. | |||||
2005-09-23 | Merged most of the changes in biggeruniverse's second memory cleanup patch. | Bjørn Lindeijer | 4 | -9/+23 | |
2005-09-23 | Reverted the latst change that broke the screenshots facility. | Eugenio Favalli | 1 | -1/+3 | |
2005-09-22 | removed win2mac support | Duane Bailey | 1 | -2/+0 | |
2005-09-18 | Applyed biggeruniverse's patch to fix memory leaks. | Eugenio Favalli | 1 | -3/+6 | |
2005-09-18 | Small cleanups. | Björn Steinbrink | 1 | -3/+6 | |
2005-09-18 | Made the saveScreenShot makes its screenshots under user home dir in *nices, ↵ | Yohann Ferreira | 2 | -8/+9 | |
made it more C++ way to avoid a leak, and made it check for existence of a file with same name before writing; In that case the screenshot's number is incremented until it finds an adequate name. | |||||
2005-09-18 | Added ImageWriter. | Björn Steinbrink | 2 | -0/+141 | |
2005-09-16 | Tiny error reporting improvement. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-09-12 | Added SDLImageLoader class to make guichan support physfs. | Björn Steinbrink | 4 | -12/+121 | |
2005-08-29 | Clean up of the ConfigListener and Resource interfaces. | Björn Steinbrink | 9 | -43/+33 | |
2005-08-25 | Correcting a little mistake. | Yohann Ferreira | 1 | -3/+1 | |
2005-08-25 | Added items effect description support. TODO: Display it in ↵ | Yohann Ferreira | 4 | -1/+22 | |
buy/sell/inventory/equip windows. | |||||
2005-08-25 | Adding min and max length check for password, more code cleanups in login ↵ | Yohann Ferreira | 1 | -2/+2 | |
and removing possible buffer overflows by replacing some global char[] by std::strings. | |||||
2005-08-25 | Fixed line length in ChangeLog and some other small changes. | Bjørn Lindeijer | 2 | -9/+6 | |
2005-08-18 | Semi-separated OpenGL and SDL graphics classes, improving OpenGL performance. | Björn Steinbrink | 1 | -0/+3 | |
2005-08-17 | Removed special #ifdefs for libxml2 linking issues in Win32. | Eugenio Favalli | 2 | -15/+0 | |
2005-08-14 | Fully removed the useOpenGL global. | Björn Steinbrink | 2 | -37/+69 | |
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 | 2 | -152/+23 | |
2005-08-13 | Updated dev-cpp project file, removed unnecessary header, fixed some include ↵ | Eugenio Favalli | 1 | -5/+3 | |
paths. | |||||
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 12 | -41/+53 | |
2005-08-11 | Little cleanup and simplification. | Andrej Sinicyn | 1 | -4/+1 | |
2005-08-04 | Added a method to the resource mananger to determine the real path of a file ↵ | Björn Steinbrink | 2 | -0/+12 | |
in the search path. Added a first user of that function. Minor cleanup. | |||||
2005-08-03 | Removed an unneeded header. | Björn Steinbrink | 1 | -0/+1 | |
2005-07-30 | Fixed check for updates directory. Moved search/write path setup from ↵ | Björn Steinbrink | 2 | -39/+80 | |
resourcemanager to main initialization. | |||||
2005-07-28 | Fix usage of a wrong dir-separator. | Björn Steinbrink | 1 | -1/+1 | |
2005-07-27 | Added support for updates to the resource manager. | Björn Steinbrink | 2 | -66/+31 | |
2005-07-27 | Committing merging opengl and sdl part 3 by Andrej | Bjørn Lindeijer | 2 | -16/+25 | |
2005-07-26 | OpenGL/SDL combined in the same exe. Not in the cutest way, but we'll find a | Bjørn Lindeijer | 3 | -197/+214 | |
nicer approach after the release. |