Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-08-05 | Fixed alignment (patch by Scraggy - Mantis #384) and spelling error. | David Athay | 2 | -4/+4 | |
2008-08-04 | Aligned text boxes in video setup dialog | Douglas Boffey | 1 | -2/+2 | |
2008-08-04 | Fix typo in updatehost reported by Jaxad. | Dennis Friis | 1 | -1/+1 | |
2008-08-03 | Changed the default server in the dropdown menu in the login | Kraant | 1 | -1/+1 | |
screen to the new server | |||||
2008-07-30 | Adding patch the stops a segfault from occuring in beinghandler when | Kraant | 1 | -4/+5 | |
a targeted player runs off screen. -- Daniel Thomas | |||||
2008-07-27 | Changed files to tme | Douglas Boffey | 6 | -39/+40 | |
2008-07-27 | Target the nearest monster on joystick button 3v0.0.25 | Bjørn Lindeijer | 1 | -8/+7 | |
Should be made configurable later (Mantis 151) | |||||
2008-07-25 | Updated the version to 0.0.25, release planned this Sunday. | Bjørn Lindeijer | 1 | -3/+3 | |
2008-07-25 | Applied patch by ElvenProgrammer to remember window locations between sessions | Lloyd Bryant | 5 | -5/+14 | |
2008-07-24 | Properly update price after buying. | Eugenio Favalli | 1 | -5/+5 | |
2008-07-24 | Fixed visibility of buy and sell dialogs. | Eugenio Favalli | 1 | -0/+2 | |
2008-07-24 | Reverted | David Athay | 3 | -1/+5 | |
Alt-Gr fix. Added NPC error messages. | |||||
2008-07-24 | Bugfix for visual glitch when using TMW server | Lloyd Bryant | 1 | -1/+3 | |
2008-07-24 | Added cape/misc1/misc2 code into character selection display | Lloyd Bryant | 1 | -3/+3 | |
2008-07-23 | Changed tmw.log to tme.log for log file | Lloyd Bryant | 1 | -1/+1 | |
2008-07-23 | Updated item database, Selim and network.cpp | Douglas Boffey | 1 | -1/+1 | |
2008-07-23 | Added viewable cape/misc1/misc2, Chat button in GUI | Lloyd Bryant | 3 | -9/+33 | |
2008-07-23 | Remember windows visibility. | Eugenio Favalli | 5 | -5/+14 | |
2008-07-22 | Added support for the new eAthena version | Lloyd Bryant | 3 | -462/+512 | |
2008-07-22 | User can now configure which modifier key is used for smilies. | David Athay | 3 | -0/+7 | |
2008-07-22 | Reverted the Alt-Gr fix as it did not work. | David Athay | 1 | -1/+1 | |
2008-07-22 | Add permissions to guild members. Alt-Gr fix for Rotonen from 0.0 | David Athay | 7 | -14/+17 | |
2008-07-21 | Commit of Alt-Gr fix for Rotonen | David Athay | 1 | -1/+1 | |
2008-07-21 | Fixed a problem with creating the updates directory | Lloyd Bryant | 1 | -1/+1 | |
2008-07-19 | Pulled the teeth from the stop walking packet handler | Lloyd Bryant | 1 | -0/+5 | |
2008-07-19 | removed unnecessary (weight) check in itemdb loader | Lloyd Bryant | 1 | -3/+3 | |
2008-07-18 | Added support for animated shoe and glove sprites | Lloyd Bryant | 3 | -6/+18 | |
2008-07-18 | Import of client tree | Lloyd Bryant | 426 | -1638/+3931 | |
2008-07-17 | Remove possible trailing slash at the end of the update host, since otherwise | Bjørn Lindeijer | 1 | -0/+4 | |
there'll be two of them. | |||||
2008-07-17 | Added support for handling the custom eAthena packet that sends the update | Bjørn Lindeijer | 9 | -57/+95 | |
host (patch by Sanga). | |||||
2008-07-17 | Fixed crash with party invite dialog | David Athay | 1 | -2/+0 | |
2008-07-14 | fix view names checkbox, fix compilation with cmake | Roderic Morris | 4 | -6/+8 | |
2008-07-14 | Added admin commands to /help and added registration of party handler | David Athay | 3 | -1/+14 | |
2008-07-08 | #359 patch by Scraggy | David Athay | 2 | -7/+92 | |
2008-07-07 | get rid of channel registering related code | Roderic Morris | 7 | -90/+8 | |
2008-07-07 | Added /party command. | David Athay | 5 | -4/+30 | |
2008-07-07 | Added help for each command based on mantis bug #359, thanks to Scraggy | David Athay | 2 | -36/+111 | |
2008-07-05 | Allow alt key for chatting on Mac, remove unneeded includes. | David Athay | 2 | -5/+4 | |
2008-07-04 | Ugly hack for chat scrolling. | David Athay | 2 | -9/+30 | |
2008-07-03 | Fix guild window focus and crash bug | David Athay | 2 | -3/+3 | |
2008-07-02 | Fixed speech bubbles staying on screen after map change bug. | Philipp Sehmisch | 1 | -0/+2 | |
2008-07-01 | Merged revisions 4044-4067 via svnmerge from | Bjørn Lindeijer | 11 | -257/+366 | |
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/trunk ........ r4044 | b_lindeijer | 2008-04-07 11:02:38 +0200 (Mon, 07 Apr 2008) | 2 lines Added support for basing one sprite definition on another by including it. ........ r4057 | b_lindeijer | 2008-04-08 20:43:44 +0200 (Tue, 08 Apr 2008) | 4 lines Implemented support for an arbitrary number of map layers. The only layer requirement for map layers are now that the fringe layer is called "Fringe" and that the collision layer is called "Collision". ........ r4067 | b_lindeijer | 2008-04-11 00:03:57 +0200 (Fri, 11 Apr 2008) | 3 lines Fixed some compiler warnings and don't try to load particle effects when no file is set. ........ | |||||
2008-07-01 | fix build files | Roderic Morris | 2 | -1/+5 | |
2008-07-01 | fixed a compiler warning. | Philipp Sehmisch | 1 | -1/+1 | |
2008-07-01 | Updated project files. | Philipp Sehmisch | 1 | -0/+4 | |
2008-07-01 | Ported some GUI improvements from Legend of Mazeroth (GUI skinning via XML ↵ | Philipp Sehmisch | 15 | -139/+670 | |
files, item descriptions on mouse-over, map names in minimap window, speech bubbles) | |||||
2008-06-30 | Updated CMake file to fix compilation. Patch by darkKnight. | Bjørn Lindeijer | 1 | -0/+8 | |
2008-06-27 | add icons to the skill dialog | Roderic Morris | 3 | -20/+41 | |
2008-06-25 | handle topic changes and guild events | Roderic Morris | 7 | -17/+89 | |
2008-06-24 | Added particle property "follow-parent" which makes the particle move when ↵ | Philipp Sehmisch | 4 | -0/+39 | |
its parent particle is moved. |