Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-03-13 | Fixed skip update option. | Eugenio Favalli | 1 | -1/+1 | |
2006-03-09 | Made all local action listeners structs and moved them into anonymous ↵ | Björn Steinbrink | 1 | -9/+5 | |
namespaces. | |||||
2006-03-08 | Added a 'dtor' helper functor to delete objects in arrays and containers ↵ | Björn Steinbrink | 1 | -5/+3 | |
using STL algorithms. | |||||
2006-03-06 | Small fixes before releasing. | Eugenio Favalli | 1 | -1/+0 | |
2006-03-05 | Merged new_playerset branch into trunk. | Eugenio Favalli | 1 | -6/+27 | |
2006-02-23 | A bunch of mostly cosmetic cleanups. | Björn Steinbrink | 1 | -3/+3 | |
2006-02-04 | Unify the various login dialogs to use LoginData. | Björn Steinbrink | 1 | -32/+36 | |
2006-02-03 | Made the login dialog work on LoginData only, without playing with the ↵ | Björn Steinbrink | 1 | -7/+27 | |
config, it's not its job to do so. | |||||
2006-02-01 | Created a Game class. | Björn Steinbrink | 1 | -3/+4 | |
2006-02-01 | Replaced ErrorDialog by OkDialog + listener. | Björn Steinbrink | 1 | -2/+17 | |
2006-01-26 | Moved some setup code out of the game loop into the setup functions. Setup ↵ | Björn Steinbrink | 1 | -0/+2 | |
functions are now called from the outside. | |||||
2006-01-22 | Updated Dev-Cpp project file, fixed a GDI issue. | Eugenio Favalli | 1 | -0/+2 | |
2006-01-22 | Remove obsoleted action listeners. | Björn Steinbrink | 1 | -22/+0 | |
2006-01-22 | Use generic error method for sound failure. | Björn Steinbrink | 1 | -2/+1 | |
2006-01-22 | Merged NETWORK branch (includes BEING_OVERHAUL). | Björn Steinbrink | 1 | -22/+127 | |
2006-01-07 | Removed --skipupdate option from Dev.Cpp project file, splitted the setup ↵ | Eugenio Favalli | 1 | -1/+0 | |
window into 3 tabs and added a joystick calibration tool. | |||||
2006-01-04 | FreeBSD Fixes from Icy. | Yohann Ferreira | 1 | -2/+2 | |
2006-01-03 | Fixed a compile warning with GCC 4.1. Thanks to gim's suggestion. | Eugenio Favalli | 1 | -1/+1 | |
2006-01-01 | Applied patch by pclouds that allows for a faster login sequence by providing | Bjørn Lindeijer | 1 | -8/+58 | |
the username and password from the command line, and allowing the client to choose the default server and character. | |||||
2005-12-30 | Added a new item, improved smooth login sequence, added a registration ↵ | Eugenio Favalli | 1 | -0/+6 | |
window (a lot of duplicated code to be removed). | |||||
2005-12-24 | Fringe layer draw fix and change in policy on when using OpenGL is the default. | Bjørn Lindeijer | 1 | -3/+3 | |
2005-12-18 | Removed unused code and added changes to snowy map by Bertram. | Eugenio Favalli | 1 | -15/+0 | |
2005-12-05 | Display TMW version on Windows too | Bjørn Lindeijer | 1 | -3/+2 | |
2005-11-13 | Made the three desert maps use the fringe layer for objects. Reveals bug with | Bjørn Lindeijer | 1 | -1/+1 | |
objects disappearing at the bottom and still some draw order problems. | |||||
2005-10-24 | Corrections to my previous commit for tmw for windows users. | Yohann Ferreira | 1 | -3/+5 | |
2005-10-23 | Grammar Corrections, and a little bit of work on getting the name of the Db. | Yohann Ferreira | 1 | -0/+6 | |
2005-10-16 | Use the ResourceManager to get spritesets. | Björn Steinbrink | 1 | -20/+10 | |
2005-10-16 | gl is default for win/apple/USE_OPENGL, needs to restart for fs | Duane Bailey | 1 | -0/+4 | |
2005-10-16 | The connection should be non-blocking now and fixed the problem with sound ↵ | Eugenio Favalli | 1 | -9/+10 | |
not being played at startup. | |||||
2005-10-05 | Fixed some resource cleanup and memory leaks. Also changed the way dangling | Bjørn Lindeijer | 1 | -0/+3 | |
references to resources are reported to be more informative. | |||||
2005-09-26 | Now error message is displayed properly when the map server is offline. | Eugenio Favalli | 1 | -1/+2 | |
2005-09-26 | ...and those ones. :/ | Eugenio Favalli | 1 | -2/+2 | |
2005-09-26 | Oops, I forgot this one | Eugenio Favalli | 1 | -1/+1 | |
2005-09-26 | Added a nicer handling of when you get disconnected from the server. | Eugenio Favalli | 1 | -25/+41 | |
2005-09-23 | Merged most of the changes in biggeruniverse's second memory cleanup patch. | Bjørn Lindeijer | 1 | -0/+4 | |
2005-09-19 | Mostly code cleanups related to commits in past two days. | Bjørn Lindeijer | 1 | -1/+1 | |
* Replaced custom function FIND_PATH with AC_PATH_PROG, used for finding sdl-config. * Removed -lphysfs from Makefile.am which should be added automatically already. * Actually show the overweight message, and only show it once for each time weight goes above half the max weight. * Surfaces passed to SDL_BlitSurface shouldn't be locked according to the manual. * Minimal fps limit is now 10 fps. * Reverted change by Bertram that hardcoded the updatehost value. | |||||
2005-09-18 | Increased joypad tolerance which is safer and simplifyed joypad state reset ↵ | Eugenio Favalli | 1 | -1/+1 | |
code. | |||||
2005-09-18 | Applyed biggeruniverse's patch to fix memory leaks. | Eugenio Favalli | 1 | -0/+2 | |
2005-09-14 | Header cleanups. | Björn Steinbrink | 1 | -1/+1 | |
2005-09-13 | Merged with SDL_NET_TEST branch. | Björn Steinbrink | 1 | -4/+2 | |
2005-09-13 | Removed some globals. | Björn Steinbrink | 1 | -3/+0 | |
2005-09-13 | Unified the loops for the various dialogs that are shown before the actual ↵ | Björn Steinbrink | 1 | -51/+78 | |
game starts. | |||||
2005-09-08 | Removed inclusion of malloc.h header as it doens't seem necessary and was | Bjørn Lindeijer | 1 | -1/+2 | |
problematic on FreeBSD. | |||||
2005-08-25 | Adding min and max length check for password, more code cleanups in login ↵ | Yohann Ferreira | 1 | -3/+3 | |
and removing possible buffer overflows by replacing some global char[] by std::strings. | |||||
2005-08-19 | Added support for parsing command line options. Added option to skip the ↵ | Björn Steinbrink | 1 | -2/+64 | |
update process. Made the logger being created immediately after start, because some destructors use it. | |||||
2005-08-18 | Semi-separated OpenGL and SDL graphics classes, improving OpenGL performance. | Björn Steinbrink | 1 | -1/+8 | |
2005-08-15 | Made the OpenGL related code fully #ifdef'ed. | Björn Steinbrink | 1 | -2/+6 | |
2005-08-14 | Fully removed the useOpenGL global. | Björn Steinbrink | 1 | -5/+7 | |
2005-08-14 | Started to fade out the useOpenGL global variable. | Björn Steinbrink | 1 | -1/+1 | |
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -28/+27 | |