Age | Commit message (Expand) | Author | Files | Lines |
2006-08-13 | Merged cleanups and content changes from the trunk. Also fixed compiling with | Bjørn Lindeijer | 1 | -0/+2 |
2006-08-02 | Cleaned autotools files. | Guillaume Melquiond | 1 | -6/+2 |
2006-07-30 | Updated TMW to be compatible with Guichan 0.5.0 (merged from guichan-0.5.0 | Bjørn Lindeijer | 1 | -2/+2 |
2006-07-24 | Implemented caching of spritesets, including a lot of cleanups to the new | Bjørn Lindeijer | 1 | -3/+3 |
2006-07-19 | Merged new_animation branch until r2415 into trunk. | Eugenio Favalli | 1 | -0/+2 |
2006-03-19 | Unreverted latest change by Doener due to my lack of proper communication abi... | Eugenio Favalli | 1 | -0/+1 |
2006-03-19 | Reverted changeset r2269 (toString) as requested by ElvenProgrammer. | Björn Steinbrink | 1 | -1/+0 |
2006-03-19 | Splitted setup window into manageable pieces according to their tabs in the w... | Björn Steinbrink | 1 | -0/+7 |
2006-03-18 | Added a toString conversion function. | Björn Steinbrink | 1 | -0/+1 |
2006-03-08 | Added a 'dtor' helper functor to delete objects in arrays and containers usin... | Björn Steinbrink | 1 | -0/+1 |
2006-02-06 | Added a Joystick class. | Björn Steinbrink | 1 | -0/+2 |
2006-02-06 | Added a FloorItemManager class. | Björn Steinbrink | 1 | -0/+2 |
2006-02-01 | Replaced ErrorDialog by OkDialog + listener. | Björn Steinbrink | 1 | -2/+0 |
2006-02-01 | Made the OkDialog and ConfirmDialog classes proxies for their buttons' events... | Björn Steinbrink | 1 | -2/+0 |
2006-01-31 | Created a ListModel for ShopItems. | Björn Steinbrink | 1 | -0/+1 |
2006-01-22 | Merged NETWORK branch (includes BEING_OVERHAUL). | Björn Steinbrink | 1 | -3/+42 |
2006-01-04 | Reverted r0nny changes, enabled 3 slots to create players, smoothed player de... | Eugenio Favalli | 1 | -3/+1 |
2006-01-03 | moved network logic out of gui/trade.cpp to net/protocol_trade.{h,cpp} | Ronny Pfannschmidt | 1 | -1/+3 |
2006-01-01 | Applied patch by pclouds that allows for a faster login sequence by providing | Bjørn Lindeijer | 1 | -1/+1 |
2005-12-30 | Added a new item, improved smooth login sequence, added a registration window... | Eugenio Favalli | 1 | -0/+2 |
2005-10-18 | Added automatic widget cleanup to the window class. | Björn Steinbrink | 1 | -0/+2 |
2005-10-16 | Added two missing files. | Björn Steinbrink | 1 | -0/+2 |
2005-10-13 | Make sure Alt shortcuts don't appear in chatbox. | Bjørn Lindeijer | 1 | -2/+2 |
2005-10-10 | Don't include debugwindow.h/cpp twice in Makefile.am | Bjørn Lindeijer | 1 | -2/+0 |
2005-10-10 | added some forgotten stuff | Marcel W. Wysocki | 1 | -0/+2 |
2005-10-09 | Corrected the white browser font bug and the black hp/mp bug which were linke... | Yohann Ferreira | 1 | -0/+2 |
2005-10-09 | * Made Sprite into an interface implemented by both FloorItem and Being, which | Bjørn Lindeijer | 1 | -1/+0 |
2005-10-07 | Modified finding NPC as by timonator's suggestion in order to allow NPCs to be | Bjørn Lindeijer | 1 | -1/+3 |
2005-10-02 | Added check for pthread library (needed for FreeBSD, still needs to be checked | Bjørn Lindeijer | 1 | -1/+1 |
2005-09-28 | Added -Werror to CXXFLAGS. Removed unnecessary ambigous inheritance. | Björn Steinbrink | 1 | -1/+1 |
2005-09-26 | Added a nicer handling of when you get disconnected from the server. | Eugenio Favalli | 1 | -2/+2 |
2005-09-26 | Added a nicer handling of when you get disconnected from the server. | Eugenio Favalli | 1 | -0/+2 |
2005-09-19 | Mostly code cleanups related to commits in past two days. | Bjørn Lindeijer | 1 | -1/+1 |
2005-09-18 | Changed Graphics::saveScreenshot to Graphics::getScreenshot. Now using the Im... | Björn Steinbrink | 1 | -0/+2 |
2005-09-17 | configure.ac: Fix typo. | Björn Steinbrink | 1 | -1/+1 |
2005-09-17 | 2005-09-17 Duane Bailey <nayryeliab@gmail.com> | Duane Bailey | 1 | -1/+1 |
2005-09-16 | Forgot to remove the stats win. | Yohann Ferreira | 1 | -2/+0 |
2005-09-16 | Forgot that. | Yohann Ferreira | 1 | -0/+4 |
2005-09-13 | Merged with SDL_NET_TEST branch. | Björn Steinbrink | 1 | -0/+6 |
2005-09-12 | Added SDLImageLoader class to make guichan support physfs. | Björn Steinbrink | 1 | -0/+2 |
2005-09-04 | little fix | Marcel W. Wysocki | 1 | -0/+1 |
2005-08-29 | Clean up of the ConfigListener and Resource interfaces. | Björn Steinbrink | 1 | -1/+0 |
2005-08-25 | Added a new container type, a tabbed container. | Björn Steinbrink | 1 | -0/+2 |
2005-08-18 | Semi-separated OpenGL and SDL graphics classes, improving OpenGL performance. | Björn Steinbrink | 1 | -0/+2 |
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -0/+3 |
2005-07-18 | Created Inventory class. (Really) Small code simplifications and cleanups. | Björn Steinbrink | 1 | -2/+4 |
2005-07-17 | Updated Makefile.am to reflect the name change of gui/equipmentwindow.*. Also... | Björn Steinbrink | 1 | -4/+2 |
2005-07-17 | Added Item and Equipment class and made the appropriate places make use of th... | Björn Steinbrink | 1 | -0/+6 |
2005-07-11 | Committed header dependencies reducing patch by Doener | Bjørn Lindeijer | 1 | -0/+2 |
2005-07-08 | Added basic update system (depends on curl). | Aaron Marks | 1 | -2/+4 |