Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
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.*. ↵ | Björn Steinbrink | 1 | -4/+2 | |
Also fixed an #include for that header. | |||||
2005-07-17 | Added Item and Equipment class and made the appropriate places make use of ↵ | Björn Steinbrink | 1 | -0/+6 | |
them. Plus some cleanups. | |||||
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 | |
2005-07-03 | - Fixed blue, red and yellow damage fonts to work in SDL mode | Bjørn Lindeijer | 1 | -5/+5 | |
- Added two international characters to fixed font, fixed autotarget - Fixed mouse autotarget (now default for left click) - Cleaned up showing of empty right click menus | |||||
2005-06-18 | Added simple layout/container widgets (VBox and HBox). | Aaron Marks | 1 | -0/+6 | |
2005-06-18 | Removed old menu/menuitem and replaced by JAvila one | Mateusz Kaduk | 1 | -4/+0 | |
2005-06-17 | new BrowserBox widget with colors/links support | José Ávila | 1 | -0/+5 | |
2005-06-05 | Using custom focus handler to work around problem with multiple widgets | Bjørn Lindeijer | 1 | -2/+4 | |
requesting modal focus using a stack based approach. | |||||
2005-06-03 | Added IntTextBox class (a TextBox which only accepts integers). | Aaron Marks | 1 | -0/+2 | |
Changed passive label in drop item dialog to IntTextBox. | |||||
2005-06-02 | In game help system files | José Ávila | 1 | -0/+2 | |
2005-05-30 | Removed forcing inlining off. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-05-16 | Added base for Menu and menuitem inherit from gcn::Button | Mateusz Kaduk | 1 | -0/+2 | |
2005-05-16 | Leave out OpenGL completely when not enabled. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-05-16 | Added --with-opengl option to configure and checking for guichan headers | Mateusz Kaduk | 1 | -2/+2 | |
2005-05-16 | Added menuitem | Mateusz Kaduk | 1 | -0/+2 | |
2005-05-09 | Added buddywindow but still need to finish gui part | Mateusz Kaduk | 1 | -0/+2 | |
2005-05-08 | Added buddylist model, will be implmented later | Mateusz Kaduk | 1 | -0/+2 | |
2005-05-01 | - Added installation of game data, install required on *nix systems | Rodney Dawes | 1 | -1/+3 | |
- Updated desktop file to work better - Install the desktop file to the standard location - Install the icon as tmw.png in the standard pixmaps data dir | |||||
2005-05-01 | Chat input now hides when not focussed, and doesn't allow player be controlled | Bjørn Lindeijer | 1 | -0/+2 | |
by keyboard when it is. | |||||
2005-04-21 | Now shops get item names from the xml database | Eugenio Favalli | 1 | -1/+0 | |
2005-04-20 | Added new modules to the file list. | Bjørn Lindeijer | 1 | -0/+4 | |
2005-04-10 | Don't use version numbers in autogen.sh, and add two new modules to | Bjørn Lindeijer | 1 | -5/+9 | |
Makefile.am | |||||
2005-04-06 | update for trade: now on right click | Jan-Fabian Humann | 1 | -0/+2 | |
2005-04-04 | starting to do the trade window, i know it's not functionable and contains a ↵ | Jan-Fabian Humann | 1 | -1/+3 | |
lot of bugs but ill continue tomorrow. | |||||
2005-03-21 | Log which videodriver is being used. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-03-13 | Maybe now finally no more crashing in paths? Needs playtesting, I know we all | Bjørn Lindeijer | 1 | -1/+1 | |
like that! | |||||
2005-03-05 | Now you can decide how many items to drop | Jan-Fabian Humann | 1 | -0/+2 | |
2005-03-03 | Separated graphic/graphic.cpp into graphics.cpp and engine.cpp. | Bjørn Lindeijer | 1 | -3/+5 | |