Age | Commit message (Expand) | Author | Files | Lines |
2006-03-09 | Made all local action listeners structs and moved them into anonymous namespa... | Björn Steinbrink | 2 | -21/+17 |
2006-03-09 | Removed coordinate arguments from ProgressBar ctor. | Björn Steinbrink | 8 | -63/+77 |
2006-03-09 | Made all class members named like mClassMember. | Björn Steinbrink | 52 | -1508/+1454 |
2006-03-09 | Added Spriteset::get() and Spriteset::size() to hide the member vector and re... | Björn Steinbrink | 3 | -12/+12 |
2006-03-09 | Made the Button ctor accept eventId and action listener. | Björn Steinbrink | 27 | -246/+90 |
2006-03-09 | Use std::auto_ptr in some places. | Björn Steinbrink | 3 | -13/+15 |
2006-03-08 | Make the MouseOverLink functor dynamic and use a STL algorithm in one more p... | Björn Steinbrink | 1 | -18/+8 |
2006-03-08 | Some fixes for compiling with pedantic compiler settings and const char* checks. | Bjørn Lindeijer | 3 | -5/+5 |
2006-03-08 | Added a 'dtor' helper functor to delete objects in arrays and containers usin... | Björn Steinbrink | 6 | -28/+21 |
2006-03-08 | Reverted changes from r2225, it broke walking code as I missed the difference... | Björn Steinbrink | 1 | -3/+3 |
2006-03-08 | Made Inventory use STL algorithms and fixed getLastUsedSlot semantics. | Björn Steinbrink | 1 | -2/+2 |
2006-03-08 | Let the LocalPlayer decide whether it can walk to a destination. | Björn Steinbrink | 1 | -3/+3 |
2006-03-05 | Merged new_playerset branch into trunk. | Eugenio Favalli | 1 | -5/+6 |
2006-02-24 | Another bunch of cosmetic cleanups, ie mostly typedefs... | Björn Steinbrink | 9 | -27/+37 |
2006-02-23 | A bunch of mostly cosmetic cleanups. | Björn Steinbrink | 5 | -38/+16 |
2006-02-16 | Use Widget::mFont instead of browserFont for drawing, fixes the "gui needs to... | Björn Steinbrink | 3 | -57/+54 |
2006-02-06 | Added a Joystick class. | Björn Steinbrink | 2 | -49/+8 |
2006-02-06 | Added a FloorItemManager class. | Björn Steinbrink | 1 | -3/+3 |
2006-02-05 | Made the nickname and emotions displayed above every layers. Made the delete ... | Yohann Ferreira | 2 | -4/+10 |
2006-02-05 | Made the player walk to items prior to picking them up. | Björn Steinbrink | 1 | -4/+0 |
2006-02-04 | Unify the various login dialogs to use LoginData. | Björn Steinbrink | 3 | -26/+24 |
2006-02-03 | Made the login dialog work on LoginData only, without playing with the config... | Björn Steinbrink | 2 | -39/+13 |
2006-02-01 | Removed duplicated code. | Björn Steinbrink | 1 | -15/+6 |
2006-02-01 | Replaced ErrorDialog by OkDialog + listener. | Björn Steinbrink | 2 | -90/+0 |
2006-02-01 | Made the OkDialog and ConfirmDialog classes proxies for their buttons' events... | Björn Steinbrink | 13 | -116/+44 |
2006-02-01 | Simplified button creation code in some windows. Fixed a bug where the game c... | Björn Steinbrink | 3 | -64/+37 |
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 | 4 | -50/+67 |
2006-01-31 | Various small cleanups. | Björn Steinbrink | 3 | -4/+1 |
2006-01-30 | A few cleanups and simplifications. | Björn Steinbrink | 9 | -106/+26 |
2006-01-22 | Merged NETWORK branch (includes BEING_OVERHAUL). | Björn Steinbrink | 49 | -1356/+376 |
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-07 | Removed --skipupdate option from Dev.Cpp project file, splitted the setup win... | Eugenio Favalli | 2 | -41/+125 |
2006-01-05 | Remove some useless code. | Björn Steinbrink | 9 | -22/+3 |
2006-01-04 | Reverted r0nny changes, enabled 3 slots to create players, smoothed player de... | Eugenio Favalli | 8 | -121/+226 |
2006-01-03 | moved network logic out of gui/trade.cpp to net/protocol_trade.{h,cpp} | Ronny Pfannschmidt | 1 | -15/+8 |
2006-01-03 | Enabled some /commands. | Eugenio Favalli | 2 | -14/+48 |
2006-01-03 | Really disabled /commands and added proper message when logging in and banned. | Eugenio Favalli | 4 | -22/+22 |
2006-01-02 | Smoothed also character creation, buttons are now disabled during connection/... | Eugenio Favalli | 5 | -6/+43 |
2006-01-01 | Fix crash in Login with empty name. | Björn Steinbrink | 2 | -15/+3 |
2005-12-30 | Applied pcloud's patch that enhances chat window functionality while hidden. | Bjørn Lindeijer | 2 | -22/+68 |
2005-12-30 | Added a new item, improved smooth login sequence, added a registration window... | Eugenio Favalli | 6 | -126/+521 |
2005-12-29 | Restored Dev-Cpp default execution options, updated walkmap in snow map, smoo... | Eugenio Favalli | 8 | -63/+114 |
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 | 1 | -3/+1 |