summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2006-02-06Added a FloorItemManager class.Björn Steinbrink9-95/+166
2006-02-05*** empty log message ***Yohann Ferreira1-2/+2
2006-02-05Made the nickname and emotions displayed above every layers. Made the delete ...Yohann Ferreira6-27/+52
2006-02-05Fixed a gcc 4.0 issue in the tradehandler. Strengthened the xml parser in the...Yohann Ferreira2-21/+37
2006-02-05Made the player walk to items prior to picking them up.Björn Steinbrink3-8/+27
2006-02-04Unify the various login dialogs to use LoginData.Björn Steinbrink13-87/+96
2006-02-03Made the login dialog work on LoginData only, without playing with the config...Björn Steinbrink4-46/+42
2006-02-03Removed some unused code.Björn Steinbrink2-17/+0
2006-02-01Created a Game class.Björn Steinbrink3-101/+97
2006-02-01Removed duplicated code.Björn Steinbrink1-15/+6
2006-02-01Replaced ErrorDialog by OkDialog + listener.Björn Steinbrink4-94/+17
2006-02-01Made the OkDialog and ConfirmDialog classes proxies for their buttons' events...Björn Steinbrink17-126/+66
2006-02-01Simplified button creation code in some windows. Fixed a bug where the game c...Björn Steinbrink4-65/+38
2006-01-31Cleanup.Björn Steinbrink1-7/+8
2006-01-31Made RequestTradeDialog inherit from ConfirmDialog.Björn Steinbrink2-65/+10
2006-01-31Created a ListModel for ShopItems.Björn Steinbrink2-17/+17
2006-01-31Created a ListModel for ShopItems.Björn Steinbrink5-50/+68
2006-01-31Various small cleanups.Björn Steinbrink10-66/+42
2006-01-31Made ResourceManager a friend of Resource to avoid looping over decRef, which...Björn Steinbrink4-22/+19
2006-01-30A few cleanups and simplifications.Björn Steinbrink10-109/+29
2006-01-26Moved some setup code out of the game loop into the setup functions. Setup fu...Björn Steinbrink3-34/+53
2006-01-22Updated Dev-Cpp project file, fixed a GDI issue.Eugenio Favalli1-0/+2
2006-01-22Make dispatchMessages actually handle more than one message per call.Björn Steinbrink2-14/+12
2006-01-22Remove obsoleted action listeners.Björn Steinbrink1-22/+0
2006-01-22Use generic error method for sound failure.Björn Steinbrink1-2/+1
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink112-3597/+5123
2006-01-21Small followup change.Bjørn Lindeijer1-3/+4
2006-01-21Applied patch by Ar2ro that worked around scrolldown bug in the chatbox.Bjørn Lindeijer1-1/+49
2006-01-14Removed unused var.Björn Steinbrink2-6/+1
2006-01-09Fixed canceled/cancelled inconsistency.Eugenio Favalli1-3/+3
2006-01-07Removed --skipupdate option from Dev.Cpp project file, splitted the setup win...Eugenio Favalli4-51/+135
2006-01-05Remove some useless code.Björn Steinbrink13-32/+17
2006-01-04Reverted r0nny changes, enabled 3 slots to create players, smoothed player de...Eugenio Favalli12-211/+229
2006-01-04FreeBSD Fixes from Icy.Yohann Ferreira3-8/+10
2006-01-03moved network logic out of gui/trade.cpp to net/protocol_trade.{h,cpp}Ronny Pfannschmidt4-16/+97
2006-01-03Fixed a compile warning with GCC 4.1. Thanks to gim's suggestion.Eugenio Favalli1-1/+1
2006-01-03Enabled some /commands.Eugenio Favalli4-15/+59
2006-01-03Really disabled /commands and added proper message when logging in and banned.Eugenio Favalli5-46/+46
2006-01-02Smoothed also character creation, buttons are now disabled during connection/...Eugenio Favalli5-6/+43
2006-01-01Fix crash in Login with empty name.Björn Steinbrink2-15/+3
2006-01-01Applied patch by pclouds that allows for a faster login sequence by providingBjørn Lindeijer2-9/+59
2005-12-30Applied pcloud's patch that enhances chat window functionality while hidden.Bjørn Lindeijer3-25/+71
2005-12-30Added a new item, improved smooth login sequence, added a registration window...Eugenio Favalli11-126/+558
2005-12-29Restored Dev-Cpp default execution options, updated walkmap in snow map, smoo...Eugenio Favalli9-63/+115
2005-12-29ixed two little bugsJan-Fabian Humann1-4/+4
2005-12-29Added the workaround suggested by DoenerJan-Fabian Humann1-0/+3
2005-12-29Removed duplicate pick up codeBjörn Steinbrink3-17/+6
2005-12-29Added popup support to the Gui class. Moved all mouse input handling into the...Björn Steinbrink7-158/+164
2005-12-27fixed The_Mana_World_private.h problemsv0.0.18.1Duane Bailey1-1/+1
2005-12-25Fixed glitches caused by fading out the damage display.Bjørn Lindeijer1-0/+3