summaryrefslogtreecommitdiff
path: root/src/resources
AgeCommit message (Collapse)AuthorFilesLines
2005-10-10Updated docs for releaseEugenio Favalli1-0/+115
2005-10-09* Made Sprite into an interface implemented by both FloorItem and Being, whichBjørn Lindeijer8-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-07Modified finding NPC as by timonator's suggestion in order to allow NPCs to beBjørn Lindeijer2-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-05Fixed some resource cleanup and memory leaks. Also changed the way danglingBjørn Lindeijer2-7/+14
references to resources are reported to be more informative.
2005-10-02Added check for pthread library (needed for FreeBSD, still needs to be checkedBjørn Lindeijer2-6/+6
on MacOS X) and some cleanups.
2005-09-29Moved tileset management into the map class and made sure the tilesets areBjørn Lindeijer4-143/+59
cleaned up properly on switching maps.
2005-09-23Merged most of the changes in biggeruniverse's second memory cleanup patch.Bjørn Lindeijer4-9/+23
2005-09-23Reverted the latst change that broke the screenshots facility.Eugenio Favalli1-1/+3
2005-09-22removed win2mac supportDuane Bailey1-2/+0
2005-09-18 Applyed biggeruniverse's patch to fix memory leaks.Eugenio Favalli1-3/+6
2005-09-18Small cleanups.Björn Steinbrink1-3/+6
2005-09-18Made the saveScreenShot makes its screenshots under user home dir in *nices, ↵Yohann Ferreira2-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-18Added ImageWriter.Björn Steinbrink2-0/+141
2005-09-16Tiny error reporting improvement.Bjørn Lindeijer1-1/+1
2005-09-12Added SDLImageLoader class to make guichan support physfs.Björn Steinbrink4-12/+121
2005-08-29Clean up of the ConfigListener and Resource interfaces.Björn Steinbrink9-43/+33
2005-08-25Correcting a little mistake.Yohann Ferreira1-3/+1
2005-08-25Added items effect description support. TODO: Display it in ↵Yohann Ferreira4-1/+22
buy/sell/inventory/equip windows.
2005-08-25Adding min and max length check for password, more code cleanups in login ↵Yohann Ferreira1-2/+2
and removing possible buffer overflows by replacing some global char[] by std::strings.
2005-08-25Fixed line length in ChangeLog and some other small changes.Bjørn Lindeijer2-9/+6
2005-08-18Semi-separated OpenGL and SDL graphics classes, improving OpenGL performance.Björn Steinbrink1-0/+3
2005-08-17Removed special #ifdefs for libxml2 linking issues in Win32.Eugenio Favalli2-15/+0
2005-08-14Fully removed the useOpenGL global.Björn Steinbrink2-37/+69
2005-08-14Started to fade out the useOpenGL global variable.Björn Steinbrink1-1/+1
2005-08-14Moved image drawing code into the graphics class.Björn Steinbrink2-152/+23
2005-08-13Updated dev-cpp project file, removed unnecessary header, fixed some include ↵Eugenio Favalli1-5/+3
paths.
2005-08-13Huge header cleanup to reduce dependencies and compile time.Björn Steinbrink12-41/+53
2005-08-11Little cleanup and simplification.Andrej Sinicyn1-4/+1
2005-08-04Added a method to the resource mananger to determine the real path of a file ↵Björn Steinbrink2-0/+12
in the search path. Added a first user of that function. Minor cleanup.
2005-08-03Removed an unneeded header.Björn Steinbrink1-0/+1
2005-07-30Fixed check for updates directory. Moved search/write path setup from ↵Björn Steinbrink2-39/+80
resourcemanager to main initialization.
2005-07-28Fix usage of a wrong dir-separator.Björn Steinbrink1-1/+1
2005-07-27Added support for updates to the resource manager.Björn Steinbrink2-66/+31
2005-07-27Committing merging opengl and sdl part 3 by AndrejBjørn Lindeijer2-16/+25
2005-07-26OpenGL/SDL combined in the same exe. Not in the cutest way, but we'll find aBjørn Lindeijer3-197/+214
nicer approach after the release.
2005-07-16Made Image/SubImage being drawn by Graphics. Removed some redundant code.Björn Steinbrink2-98/+9
2005-07-16Oops forgot two slashes.Yohann Ferreira1-1/+1
2005-07-16Now we don't use the char *homeDir anymore.Yohann Ferreira1-1/+1
2005-07-15Fixed compiler warnings and added plain text file loading to resource manager.Bjørn Lindeijer2-0/+36
2005-07-14Committed resource manager cleanup patch by Doener, and properly implementedBjørn Lindeijer2-59/+21
the custom mouse cursor option, which is now also dynamically changeable through the setup window.
2005-07-12windows compilation fixesEugenio Favalli1-0/+2
2005-07-11Committed header dependencies reducing patch by DoenerBjørn Lindeijer9-13/+4
2005-06-30Improved buddylist, added talkMateusz Kaduk1-2/+5
2005-06-30No need for xml, for saving buddy. Now saving, loading works.Mateusz Kaduk2-106/+39
2005-06-24Adding missing #include. (Thanks to Scandium).Yohann Ferreira3-0/+6
2005-06-23Finishing resource manager ability to clean up resources. Still work to do onBjørn Lindeijer10-161/+162
resources other than images.
2005-06-23Maps are now loaded through the resource manager.Bjørn Lindeijer1-11/+113
2005-06-21Image loader now automatically determines whether to use masked drawing orBjørn Lindeijer5-72/+114
an alpha layer.
2005-06-19Compiling fixesEugenio Favalli1-1/+1
2005-06-19now buddy.xml is saved in home dir...José Ávila2-12/+3