Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
2005-07-16 | Made Image/SubImage being drawn by Graphics. Removed some redundant code. | Björn Steinbrink | 2 | -98/+9 | |
2005-07-16 | Oops forgot two slashes. | Yohann Ferreira | 1 | -1/+1 | |
2005-07-16 | Now we don't use the char *homeDir anymore. | Yohann Ferreira | 1 | -1/+1 | |
2005-07-15 | Fixed compiler warnings and added plain text file loading to resource manager. | Bjørn Lindeijer | 2 | -0/+36 | |
2005-07-14 | Committed resource manager cleanup patch by Doener, and properly implemented | Bjørn Lindeijer | 2 | -59/+21 | |
the custom mouse cursor option, which is now also dynamically changeable through the setup window. | |||||
2005-07-12 | windows compilation fixes | Eugenio Favalli | 1 | -0/+2 | |
2005-07-11 | Committed header dependencies reducing patch by Doener | Bjørn Lindeijer | 9 | -13/+4 | |
2005-06-30 | Improved buddylist, added talk | Mateusz Kaduk | 1 | -2/+5 | |
2005-06-30 | No need for xml, for saving buddy. Now saving, loading works. | Mateusz Kaduk | 2 | -106/+39 | |
2005-06-24 | Adding missing #include. (Thanks to Scandium). | Yohann Ferreira | 3 | -0/+6 | |
2005-06-23 | Finishing resource manager ability to clean up resources. Still work to do on | Bjørn Lindeijer | 10 | -161/+162 | |
resources other than images. | |||||
2005-06-23 | Maps are now loaded through the resource manager. | Bjørn Lindeijer | 1 | -11/+113 | |
2005-06-21 | Image loader now automatically determines whether to use masked drawing or | Bjørn Lindeijer | 5 | -72/+114 | |
an alpha layer. | |||||
2005-06-19 | Compiling fixes | Eugenio Favalli | 1 | -1/+1 | |
2005-06-19 | now buddy.xml is saved in home dir... | José Ávila | 2 | -12/+3 | |
2005-06-19 | Now added buddy are saved | Mateusz Kaduk | 2 | -12/+95 | |
2005-06-19 | Saving buddy in xml file | Mateusz Kaduk | 2 | -1/+59 | |
2005-06-14 | Added support for map properties, which minimap and background music | Bjørn Lindeijer | 1 | -1/+16 | |
functionality can be based upon. | |||||
2005-06-12 | Use alpha layer for tiles (feedback performance) | Bjørn Lindeijer | 1 | -2/+2 | |
2005-05-30 | Fixing compiling error in win | Eugenio Favalli | 1 | -0/+2 | |
2005-05-27 | autoTarget is now a Being*, also may have fixed related crash and added label | Bjørn Lindeijer | 1 | -4/+1 | |
to show current target. | |||||
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-21 | Numerous things: | Bjørn Lindeijer | 4 | -10/+21 | |
* Fixed two non-virtual destructor warnings showing up with GCC 4. * Fixed OpenGL inventory text drawing that broke in last commit * Removed glClear cause screen is redrawn completely anyway * Fixed updating of buttons in inventory window * Made items.xml be loaded through resource manager. | |||||
2005-05-17 | Temporarily fixing problem with resource cleanup. | Bjørn Lindeijer | 1 | -6/+14 | |
2005-05-16 | This little workaround necessary to prevent crashes for now. | Bjørn Lindeijer | 2 | -3/+3 | |