Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-10-27 | add effect handler (by Chuck Miller) | Roderic Morris | 1 | -0/+8 | |
2008-10-27 | Add an effects manager (patch by Kage Jittai) | Jared Adams | 1 | -0/+6 | |
2008-10-26 | fixes for movement | Roderic Morris | 1 | -0/+6 | |
2008-10-26 | Merged revisions 4302,4338,4360-4362,4526,4528,4534,4547 via svnmerge from | Bjørn Lindeijer | 1 | -0/+34 | |
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r4302 | crush_tmw | 2008-05-28 18:51:26 +0200 (Wed, 28 May 2008) | 1 line Changed the way particle emitter skip is handled to make linear and circular emitters work with particleEmitterSkip enabled. ........ r4338 | crush_tmw | 2008-06-05 20:41:39 +0200 (Thu, 05 Jun 2008) | 1 line Lowered default particle detail level. ........ r4360 | crush_tmw | 2008-06-23 16:44:20 +0200 (Mon, 23 Jun 2008) | 1 line Implemented "alpha" particle property. ........ r4361 | crush_tmw | 2008-06-23 22:20:05 +0200 (Mon, 23 Jun 2008) | 1 line Forgot changelog with last commit. ........ r4362 | crush_tmw | 2008-06-24 14:29:33 +0200 (Tue, 24 Jun 2008) | 1 line Added particle property "follow-parent" which makes the particle move when its parent particle is moved. ........ r4526 | crush_tmw | 2008-08-24 20:52:00 +0200 (Sun, 24 Aug 2008) | 1 line Added new particle emitter property "output-pause" which allows to define a fixed (or random) interval between two outputs. ........ r4528 | crush_tmw | 2008-08-24 20:58:39 +0200 (Sun, 24 Aug 2008) | 1 line fix for an error in the last commit ........ r4534 | b_lindeijer | 2008-08-27 20:48:13 +0200 (Wed, 27 Aug 2008) | 3 lines Renamed "randomnes" to "randomness", so that it won't show up as part of Fate's patch. ........ r4547 | crush_tmw | 2008-08-29 00:44:43 +0200 (Fri, 29 Aug 2008) | 1 line Added output-pause to copy constructor of particle emitters. ........ | |||||
2008-10-26 | get rid of /admin commands | Roderic Morris | 1 | -2/+7 | |
2008-10-26 | Pixel-accurate and fluently animated keyboard movement by Kage Jittai - ↵ | Philipp Sehmisch | 1 | -0/+6 | |
albeit not flawless it is still a big improvement. | |||||
2008-10-25 | attack range fixes, highlight monsters in range (by Chuck Miller) | Roderic Morris | 1 | -0/+11 | |
2008-10-24 | Made it so the player will auto face its target | Jared Adams | 1 | -0/+6 | |
Fixed it so the correct direction will be Patch by Chuck Miller | |||||
2008-10-24 | fixes for targetting (by Chuck Miller) | Roderic Morris | 1 | -0/+7 | |
2008-10-23 | Fixed building with configure | Bjørn Lindeijer | 1 | -0/+4 | |
2008-10-21 | fix cmake build | Roderic Morris | 1 | -5/+9 | |
2008-10-21 | Fixed up some of the postal system stuff for testing it. | David Athay | 1 | -0/+6 | |
2008-10-15 | src/localplayer.cpp | David Athay | 1 | -0/+7 | |
src/net/beinghandler.cpp src/net/protocol.h src/net/gameserver/player.h src/net/gameserver/player.cpp src/net/beinghandler.h ChangeLog tmw.cbp | |||||
2008-10-10 | Some old uncommitted cleanup. | Bjørn Lindeijer | 1 | -0/+5 | |
2008-10-09 | Updated all translation files and fixed name of Chinese translation | Bjørn Lindeijer | 1 | -3/+3 | |
2008-10-09 | Updated translations from Launchpad and added new ones | Bjørn Lindeijer | 1 | -0/+7 | |
2008-10-09 | Merged the movement branch into trunk | Bjørn Lindeijer | 1 | -0/+66 | |
I consider this the only way forward. In my tests this code isn't actually doing worse than what was there before. Of course some cases are a bit broken, and I'm open to any kind of feedback so that we can fix those issues. | |||||
2008-09-14 | fix for guichan bug in tabbedareas | Roderic Morris | 1 | -5/+10 | |
2008-09-04 | Introduced another template to make deleting all values in a container easier. | Bjørn Lindeijer | 1 | -1/+11 | |
Inspired by qDeleteAll() from Qt. | |||||
2008-08-21 | fix svn properties and id tags | Roderic Morris | 1 | -0/+15 | |
2008-08-19 | Also install tabselected.png, circle-green.png and circle-gray.png | Bjørn Lindeijer | 1 | -1/+2 | |
2008-08-19 | Don't forget to install tab.png | Bjørn Lindeijer | 1 | -0/+5 | |
2008-08-18 | fix bug #209, display skill icons correctly. | Roderic Morris | 1 | -0/+7 | |
2008-08-13 | Call the more appropriate method (adjustSize instead of logic). | Bjørn Lindeijer | 1 | -131/+154 | |
2008-08-13 | Added permission levels to guilds, and operator permissions to channels. | David Athay | 1 | -0/+9 | |
2008-08-12 | Removed autogen.sh and tell people in the INSTALL file to run 'autoreconf -i' | Bjørn Lindeijer | 1 | -0/+5 | |
instead. Please tell me if this doesn't work for you for some reason. | |||||
2008-07-24 | Reverted | David Athay | 1 | -0/+5 | |
Alt-Gr fix. Added NPC error messages. | |||||
2008-07-22 | Add permissions to guild members. Alt-Gr fix for Rotonen from 0.0 | David Athay | 1 | -0/+6 | |
2008-07-17 | Fixed crash with party invite dialog | David Athay | 1 | -0/+5 | |
2008-07-14 | fix view names checkbox, fix compilation with cmake | Roderic Morris | 1 | -0/+6 | |
2008-07-14 | Added admin commands to /help and added registration of party handler | David Athay | 1 | -0/+5 | |
2008-07-07 | get rid of channel registering related code | Roderic Morris | 1 | -0/+6 | |
2008-07-07 | Added /party command. | David Athay | 1 | -0/+2 | |
2008-07-07 | Added help for each command based on mantis bug #359, thanks to Scraggy | David Athay | 1 | -0/+5 | |
2008-07-05 | Allow alt key for chatting on Mac, remove unneeded includes. | David Athay | 1 | -0/+5 | |
2008-07-04 | Ugly hack for chat scrolling. | David Athay | 1 | -0/+4 | |
2008-07-03 | Fix guild window focus and crash bug | David Athay | 1 | -0/+5 | |
2008-07-02 | Fixed speech bubbles staying on screen after map change bug. | Philipp Sehmisch | 1 | -0/+4 | |
2008-07-01 | fix build files | Roderic Morris | 1 | -0/+5 | |
2008-07-01 | Updated project files. | Philipp Sehmisch | 1 | -0/+1 | |
2008-07-01 | Ported some GUI improvements from Legend of Mazeroth (GUI skinning via XML ↵ | Philipp Sehmisch | 1 | -0/+15 | |
files, item descriptions on mouse-over, map names in minimap window, speech bubbles) | |||||
2008-06-27 | add icons to the skill dialog | Roderic Morris | 1 | -0/+6 | |
2008-06-25 | handle topic changes and guild events | Roderic Morris | 1 | -0/+8 | |
2008-06-15 | fix compiler and cmake warnings | Roderic Morris | 1 | -0/+5 | |
2008-06-11 | Fixed displaying guild members in the guild window | David Athay | 1 | -0/+5 | |
2008-06-10 | update chat packet defs, get rid of unused functions | Roderic Morris | 1 | -0/+6 | |
2008-06-10 | add commandhandler class and fix / add some commands | Roderic Morris | 1 | -0/+12 | |
2008-06-03 | channel announcements and leave / enter messages, chat code refactoring | Roderic Morris | 1 | -0/+11 | |
2008-05-30 | Fixed handling of announce messages and private messages. Don't cut off the | Bjørn Lindeijer | 1 | -0/+6 | |
last character from pm recipient's name. Got rid of old eAthena code (patch by rodge). | |||||
2008-05-22 | Fix compile errors when compiling with GCC 4.3 (patch by rodge) | Bjørn Lindeijer | 1 | -0/+5 | |