Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-12-11 | Merged 0.0 changes from revision 2825 to 2898 to trunk. | Bjørn Lindeijer | 1 | -2/+17 | |
2006-11-11 | Fixed autotools configuration. | Björn Steinbrink | 1 | -0/+2 | |
2006-11-05 | Merged the definition of ImageRect into graphics.h. | Bjørn Lindeijer | 1 | -2/+1 | |
2006-11-05 | Merged 0.0 changes from revision 2800 to 2825 to trunk. | Bjørn Lindeijer | 1 | -0/+2 | |
2006-11-02 | Merged trunk changes from revision 2716 to 2756 into the 0.1.0 branch. | Bjørn Lindeijer | 1 | -0/+2 | |
2006-11-02 | Removed some cruft that was needed for eAthena. | Björn Steinbrink | 1 | -2/+0 | |
2006-11-02 | Network layer refactoring. | Björn Steinbrink | 1 | -0/+18 | |
2006-09-29 | Merged trunk changes from revision 2618 to 2716 into the 0.1.0 branch. | Bjørn Lindeijer | 1 | -0/+3 | |
2006-08-30 | Added a first version of the server dialog with an unskinned dropdown. ↵ | Yohann Ferreira | 1 | -0/+2 | |
Upgraded also the connection window a bit to handle Cancelling more gracefully. | |||||
2006-08-28 | Merged trunk development between revisions 2530 and 2618 to the 0.1.0 branch. | Bjørn Lindeijer | 1 | -0/+1 | |
2006-08-27 | Got rid of no longer used protocol.cpp | Bjørn Lindeijer | 1 | -1/+0 | |
2006-08-20 | Changed MessageHandler::handleMessage to take a reference instead of a pointer. | Bjørn Lindeijer | 1 | -2/+0 | |
Removed unused Packet class. Added stub for handling GPMSG_BEING_ENTER. | |||||
2006-08-13 | Merged cleanups and content changes from the trunk. Also fixed compiling with | Bjørn Lindeijer | 1 | -0/+2 | |
OpenGL enabled. | |||||
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 | |
branch). | |||||
2006-07-24 | Implemented caching of spritesets, including a lot of cleanups to the new | Bjørn Lindeijer | 1 | -3/+3 | |
animation system. Action now refers to the Spriteset directly and AnimatedSprite refers to the current Action directly instead of using the std::map with a std::string constantly. Some methods and parameters are marked as const. The READ_PROP macro was replaced by static methods. Warnings are logged when unnamed actions are defined or when actions refer to undefined imagesets. Code is more tolerant towards missing actions. | |||||
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 ↵ | Eugenio Favalli | 1 | -0/+1 | |
abilities. | |||||
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 ↵ | Björn Steinbrink | 1 | -0/+7 | |
window. Fixed some memory leaks along the way. Also fixed two settings not being stored on "apply". | |||||
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 ↵ | Björn Steinbrink | 1 | -0/+1 | |
using STL algorithms. | |||||
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' ↵ | Björn Steinbrink | 1 | -2/+0 | |
events. Removed the RequestTradeWindow class, replaced with a plain ConfirmDialog. Fixed a memory leak along the way. | |||||
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 ↵ | Eugenio Favalli | 1 | -3/+1 | |
deletion. | |||||
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 | |
the username and password from the command line, and allowing the client to choose the default server and character. | |||||
2005-12-30 | Added a new item, improved smooth login sequence, added a registration ↵ | Eugenio Favalli | 1 | -0/+2 | |
window (a lot of duplicated code to be removed). | |||||
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 ↵ | Yohann Ferreira | 1 | -0/+2 | |
linked. Added a debug window. | |||||
2005-10-09 | * Made Sprite into an interface implemented by both FloorItem and Being, which | Bjørn Lindeijer | 1 | -1/+0 | |
hook themselves into the map on construction. The improved fringe layer is working as expected now. * Made sure TMW compiles without warnings even when using "-Wconversion -Wshadow -Wcast-qual -Wwrite-strings -ansi -pedantic", lots of cleanups. * Added two new small tilesets that contain the desert tiles that are twice and three times the height of a normal tile. One well in new_3-1 has been converted to use the new double tiles for testing purposes. | |||||
2005-10-07 | Modified finding NPC as by timonator's suggestion in order to allow NPCs to be | Bjørn Lindeijer | 1 | -1/+3 | |
clicked on their heads too. Also made start to tile engine improvement by adding the Sprite class that is now used by the floor items for being displayed on the map. Finally added documentation to Item class and splitted out Properties class from Map. | |||||
2005-10-02 | Added check for pthread library (needed for FreeBSD, still needs to be checked | Bjørn Lindeijer | 1 | -1/+1 | |
on MacOS X) and some cleanups. | |||||
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 | |
* Replaced custom function FIND_PATH with AC_PATH_PROG, used for finding sdl-config. * Removed -lphysfs from Makefile.am which should be added automatically already. * Actually show the overweight message, and only show it once for each time weight goes above half the max weight. * Surfaces passed to SDL_BlitSurface shouldn't be locked according to the manual. * Minimal fps limit is now 10 fps. * Reverted change by Bertram that hardcoded the updatehost value. | |||||
2005-09-18 | Changed Graphics::saveScreenshot to Graphics::getScreenshot. Now using the ↵ | Björn Steinbrink | 1 | -0/+2 | |
ImageWriter to save that screenshot. | |||||
2005-09-17 | configure.ac: Fix typo. | Björn Steinbrink | 1 | -1/+1 | |
src/Makefile.am: Remove useless (duplicate) -lpng. src/graphics.cpp: Add missing cstdarg header. src/net/messagein.cpp: Fix some funny looking preprocessor statement. src/net/messageout.cpp: Readd SDLnet header, for changed preprocessor stuff. | |||||
2005-09-17 | 2005-09-17 Duane Bailey <nayryeliab@gmail.com> | Duane Bailey | 1 | -1/+1 | |
* src/net/messagin.cpp, src/net/messageout.cpp, src/net/network.cpp: removed replaced MACOSX defines with big endian defines * src/graphics.cpp, src/graphics.h: added screenshot method * src/game.cpp: added code, so that when one presses 'alt-p' (for picture), it takes a screenshot and saves it to a png * src/Makefile.am, config.ac: added png library stuff | |||||
2005-09-16 | Forgot to remove the stats win. | Yohann Ferreira | 1 | -2/+0 | |
2005-09-16 | Forgot that. | Yohann Ferreira | 1 | -0/+4 | |