Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-02-01 | Replaced ErrorDialog by OkDialog + listener. | Björn Steinbrink | 5 | -94/+19 | |
2006-02-01 | Made the OkDialog and ConfirmDialog classes proxies for their buttons' ↵ | Björn Steinbrink | 18 | -126/+77 | |
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 | 5 | -65/+46 | |
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 | 2 | -7/+9 | |
2006-01-31 | Made RequestTradeDialog inherit from ConfirmDialog. | Björn Steinbrink | 3 | -65/+12 | |
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 | 6 | -50/+71 | |
2006-01-31 | Forgot the ChangeLog | Björn Steinbrink | 1 | -0/+4 | |
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 | 5 | -23/+27 | |
which returns void now. | |||||
2006-01-30 | A few cleanups and simplifications. | Björn Steinbrink | 11 | -109/+37 | |
2006-01-26 | Moved some setup code out of the game loop into the setup functions. Setup ↵ | Björn Steinbrink | 4 | -34/+59 | |
functions are now called from the outside. | |||||
2006-01-22 | Updated Dev-Cpp project file, fixed a GDI issue. | Eugenio Favalli | 3 | -170/+487 | |
2006-01-22 | Make dispatchMessages actually handle more than one message per call. | Björn Steinbrink | 3 | -14/+14 | |
2006-01-22 | Remove obsoleted action listeners. | Björn Steinbrink | 2 | -22/+1 | |
2006-01-22 | Use generic error method for sound failure. | Björn Steinbrink | 2 | -2/+2 | |
2006-01-22 | Merged NETWORK branch (includes BEING_OVERHAUL). | Björn Steinbrink | 113 | -3597/+5375 | |
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 | 2 | -1/+55 | |
2006-01-19 | Updated infos on new irc channel. | Eugenio Favalli | 8 | -75/+171 | |
2006-01-19 | fixed some mapping bugs | Philipp Sehmisch | 0 | -0/+0 | |
2006-01-14 | Removed unused var. | Björn Steinbrink | 3 | -7/+6 | |
2006-01-14 | Whitespace cleanup | Björn Steinbrink | 1 | -2/+3 | |
2006-01-11 | map and tileset fixes | Philipp Sehmisch | 1 | -6/+10 | |
2006-01-10 | some more errors fixed | Philipp Sehmisch | 0 | -0/+0 | |
2006-01-10 | grass saturation reduced and blue flowers replaced | Philipp Sehmisch | 0 | -0/+0 | |
2006-01-09 | Fixed canceled/cancelled inconsistency. | Eugenio Favalli | 2 | -3/+7 | |
2006-01-07 | Removed --skipupdate option from Dev.Cpp project file, splitted the setup ↵ | Eugenio Favalli | 6 | -52/+140 | |
window into 3 tabs and added a joystick calibration tool. | |||||
2006-01-07 | Crush fixed the issues reported on wiki. | Eugenio Favalli | 1 | -0/+4 | |
2006-01-06 | Ops - I don't know how that could happen. (You may wondered why your blue ↵ | Matthias Hartmann | 0 | -0/+0 | |
present box appeared as bone knife) | |||||
2006-01-05 | Remove some useless code. | Björn Steinbrink | 14 | -32/+24 | |
2006-01-04 | Reverted r0nny changes, enabled 3 slots to create players, smoothed player ↵ | Eugenio Favalli | 13 | -211/+237 | |
deletion. | |||||
2006-01-04 | FreeBSD Fixes from Icy. | Yohann Ferreira | 4 | -8/+15 | |
2006-01-04 | Fixed my bad english again. | Eugenio Favalli | 0 | -0/+0 | |
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 | 2 | -1/+2 | |
2006-01-03 | Enabled some /commands. | Eugenio Favalli | 5 | -15/+61 | |
2006-01-03 | Really disabled /commands and added proper message when logging in and banned. | Eugenio Favalli | 6 | -46/+52 | |
2006-01-03 | Added some nice new items by Adarias. | Matthias Hartmann | 0 | -0/+0 | |
2006-01-02 | ... | Eugenio Favalli | 1 | -1/+1 | |
2006-01-02 | Smoothed also character creation, buttons are now disabled during ↵ | Eugenio Favalli | 6 | -6/+50 | |
connection/data phase. | |||||
2006-01-02 | Updated the installation information: it directed to resources that were no ↵ | Joni Orponen | 1 | -11/+7 | |
longer available | |||||
2006-01-01 | Fix crash in Login with empty name. | Björn Steinbrink | 3 | -15/+9 | |
2006-01-01 | Applied patch by pclouds that allows for a faster login sequence by providing | Bjørn Lindeijer | 4 | -9/+69 | |
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 | 5 | -31/+84 | |
2005-12-30 | Added a new item, improved smooth login sequence, added a registration ↵ | Eugenio Favalli | 13 | -130/+571 | |
window (a lot of duplicated code to be removed). | |||||
2005-12-30 | Committing ChangeLog neatifications before going back in time. | Bjørn Lindeijer | 1 | -6/+4 | |
2005-12-29 | Restored Dev-Cpp default execution options, updated walkmap in snow map, ↵ | Eugenio Favalli | 11 | -237/+308 | |
smoothed login sequence. | |||||
2005-12-29 | ixed two little bugs | Jan-Fabian Humann | 2 | -5/+8 | |
2005-12-29 | Added the workaround suggested by Doener | Jan-Fabian Humann | 2 | -0/+8 | |