Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-02-06 | Added a Joystick class. | Björn Steinbrink | 6 | -142/+293 | |
2006-02-06 | Unify some of the drawing code for beings. | Björn Steinbrink | 4 | -30/+29 | |
2006-02-06 | Use virtual methods instead of getType() checks. | Björn Steinbrink | 5 | -15/+20 | |
2006-02-06 | Added a FloorItemManager class. | Björn Steinbrink | 9 | -95/+166 | |
2006-02-05 | *** empty log message *** | Yohann Ferreira | 1 | -2/+2 | |
2006-02-05 | Made the nickname and emotions displayed above every layers. Made the delete ↵ | Yohann Ferreira | 6 | -27/+52 | |
and ok buttons be disabled once the character is selected at login. | |||||
2006-02-05 | Fixed a gcc 4.0 issue in the tradehandler. Strengthened the xml parser in ↵ | Yohann Ferreira | 2 | -21/+37 | |
the itemmanager so tmw doesn't crash anymore if an item lacks some parameters. | |||||
2006-02-05 | Made the player walk to items prior to picking them up. | Björn Steinbrink | 3 | -8/+27 | |
2006-02-04 | Unify the various login dialogs to use LoginData. | Björn Steinbrink | 13 | -87/+96 | |
2006-02-03 | Made the login dialog work on LoginData only, without playing with the ↵ | Björn Steinbrink | 4 | -46/+42 | |
config, it's not its job to do so. | |||||
2006-02-03 | Removed some unused code. | Björn Steinbrink | 2 | -17/+0 | |
2006-02-01 | Created a Game class. | Björn Steinbrink | 3 | -101/+97 | |
2006-02-01 | Removed duplicated code. | Björn Steinbrink | 1 | -15/+6 | |
2006-02-01 | Replaced ErrorDialog by OkDialog + listener. | Björn Steinbrink | 4 | -94/+17 | |
2006-02-01 | Made the OkDialog and ConfirmDialog classes proxies for their buttons' ↵ | Björn Steinbrink | 17 | -126/+66 | |
events. Removed the RequestTradeWindow class, replaced with a plain ConfirmDialog. Fixed a memory leak along the way. | |||||
2006-02-01 | Simplified button creation code in some windows. Fixed a bug where the game ↵ | Björn Steinbrink | 4 | -65/+38 | |
crashes if there's a message dialog from a npc that no longer exists. Reverted properties to private. | |||||
2006-01-31 | Cleanup. | Björn Steinbrink | 1 | -7/+8 | |
2006-01-31 | Made RequestTradeDialog inherit from ConfirmDialog. | Björn Steinbrink | 2 | -65/+10 | |
2006-01-31 | Created a ListModel for ShopItems. | Björn Steinbrink | 2 | -17/+17 | |
2006-01-31 | Created a ListModel for ShopItems. | Björn Steinbrink | 5 | -50/+68 | |
2006-01-31 | Various small cleanups. | Björn Steinbrink | 10 | -66/+42 | |
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-30 | A few cleanups and simplifications. | Björn Steinbrink | 10 | -109/+29 | |
2006-01-26 | Moved some setup code out of the game loop into the setup functions. Setup ↵ | Björn Steinbrink | 3 | -34/+53 | |
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 | Make dispatchMessages actually handle more than one message per call. | Björn Steinbrink | 2 | -14/+12 | |
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 | 112 | -3597/+5123 | |
2006-01-21 | Small followup change. | Bjørn Lindeijer | 1 | -3/+4 | |
2006-01-21 | Applied patch by Ar2ro that worked around scrolldown bug in the chatbox. | Bjørn Lindeijer | 1 | -1/+49 | |
2006-01-14 | Removed unused var. | Björn Steinbrink | 2 | -6/+1 | |
2006-01-09 | Fixed canceled/cancelled inconsistency. | Eugenio Favalli | 1 | -3/+3 | |
2006-01-07 | Removed --skipupdate option from Dev.Cpp project file, splitted the setup ↵ | Eugenio Favalli | 4 | -51/+135 | |
window into 3 tabs and added a joystick calibration tool. | |||||
2006-01-05 | Remove some useless code. | Björn Steinbrink | 13 | -32/+17 | |
2006-01-04 | Reverted r0nny changes, enabled 3 slots to create players, smoothed player ↵ | Eugenio Favalli | 12 | -211/+229 | |
deletion. | |||||
2006-01-04 | FreeBSD Fixes from Icy. | Yohann Ferreira | 3 | -8/+10 | |
2006-01-03 | moved network logic out of gui/trade.cpp to net/protocol_trade.{h,cpp} | Ronny Pfannschmidt | 4 | -16/+97 | |
2006-01-03 | Fixed a compile warning with GCC 4.1. Thanks to gim's suggestion. | Eugenio Favalli | 1 | -1/+1 | |
2006-01-03 | Enabled some /commands. | Eugenio Favalli | 4 | -15/+59 | |
2006-01-03 | Really disabled /commands and added proper message when logging in and banned. | Eugenio Favalli | 5 | -46/+46 | |
2006-01-02 | Smoothed also character creation, buttons are now disabled during ↵ | Eugenio Favalli | 5 | -6/+43 | |
connection/data phase. | |||||
2006-01-01 | Fix crash in Login with empty name. | Björn Steinbrink | 2 | -15/+3 | |
2006-01-01 | Applied patch by pclouds that allows for a faster login sequence by providing | Bjørn Lindeijer | 2 | -9/+59 | |
the username and password from the command line, and allowing the client to choose the default server and character. | |||||
2005-12-30 | Applied pcloud's patch that enhances chat window functionality while hidden. | Bjørn Lindeijer | 3 | -25/+71 | |
2005-12-30 | Added a new item, improved smooth login sequence, added a registration ↵ | Eugenio Favalli | 11 | -126/+558 | |
window (a lot of duplicated code to be removed). | |||||
2005-12-29 | Restored Dev-Cpp default execution options, updated walkmap in snow map, ↵ | Eugenio Favalli | 9 | -63/+115 | |
smoothed login sequence. | |||||
2005-12-29 | ixed two little bugs | Jan-Fabian Humann | 1 | -4/+4 | |
2005-12-29 | Added the workaround suggested by Doener | Jan-Fabian Humann | 1 | -0/+3 | |
2005-12-29 | Removed duplicate pick up code | Björn Steinbrink | 3 | -17/+6 | |