summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2008-11-12Fixed chat transparency and icon loading.David Athay2-16/+18
2008-11-11Moved some hardcoded strings and filenames to an external configuration file.Philipp Sehmisch3-23/+36
2008-11-06Added interface for sending post.David Athay11-130/+167
2008-11-04Merged revisions 4332 via svnmerge from Bjørn Lindeijer5-69/+142
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r4332 | b_lindeijer | 2008-06-05 09:33:12 +0200 (Thu, 05 Jun 2008) | 5 lines Added command line argument to specify the update host (-H). Also, to avoid problems when files with the same name are served by different update hosts, the updates are now stored in an update host specific directory. Based on a patch by Sanga. ........
2008-11-02Fixed right-clicking on NPCs.Bjørn Lindeijer1-1/+1
2008-11-01Some files I forgot to add with the last commit.Philipp Sehmisch4-0/+176
2008-11-01Merged revisions 4300-4301 via svnmerge from Bjørn Lindeijer2-2/+8
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r4300 | the_enemy | 2008-05-27 17:53:21 +0200 (Tue, 27 May 2008) | 1 line Changed location of tmw directory on OSX ........ r4301 | peaveydk | 2008-05-28 18:06:48 +0200 (Wed, 28 May 2008) | 1 line Change order of direction to up/down/right/left in Being::getSpriteDirection to fix inconsistancy of facing direction when walking diagonally. ........
2008-11-01Magic implementation phase 1 and 2 (added netcode and a very crude gui for ↵Philipp Sehmisch8-11/+40
using special actions like magic)
2008-11-01Merged revisions 4207-4209,4221-4222 via svnmerge from Bjørn Lindeijer13-46/+46
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r4207 | b_lindeijer | 2008-04-29 11:10:43 +0200 (Tue, 29 Apr 2008) | 6 lines * Fixed issue with determining whether chat input is focused (method no longer virtual). * Fixed sometimes rendering with the wrong font. * Fixed warnings about hiding virtual method, Window now always deletes its children (the option not to do so was never used anyway). ........ r4208 | b_lindeijer | 2008-04-29 13:25:26 +0200 (Tue, 29 Apr 2008) | 3 lines Removed unused option from GCContainer to not delete a child, fixing warnings about hiding virtual method gcn::Container::add. ........ r4209 | b_lindeijer | 2008-04-29 14:58:21 +0200 (Tue, 29 Apr 2008) | 3 lines When compiling with GCC, use the printf format attribute for the log method so that the compiler checks the type of its parameters. ........ r4221 | peaveydk | 2008-05-06 21:23:49 +0200 (Tue, 06 May 2008) | 1 line Dont allow dragging of empty placeholders. ........ r4222 | peaveydk | 2008-05-08 00:49:38 +0200 (Thu, 08 May 2008) | 1 line Make F8 toggle shortcut window as suggested by And1 an fate. ........
2008-11-01Merged revisions 4180-4181 via svnmerge from Bjørn Lindeijer4-33/+34
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r4180 | peaveydk | 2008-04-24 22:49:30 +0200 (Thu, 24 Apr 2008) | 1 line Make shortcut container ID based instead of slot based. Fixes items shifting around often causing equipment to be lost. ........ r4181 | peaveydk | 2008-04-25 02:25:59 +0200 (Fri, 25 Apr 2008) | 1 line Document anti-trade function. ........
2008-11-01Merged revisions 4110-4111,4116 via svnmerge from Bjørn Lindeijer2-3/+9
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r4110 | peaveydk | 2008-04-17 00:57:49 +0200 (Thu, 17 Apr 2008) | 1 line Fix shop list not to scroll to top when selling. Redo of revision 3801 due to changes in guichan 0.8.0. ........ r4111 | peaveydk | 2008-04-17 02:08:28 +0200 (Thu, 17 Apr 2008) | 1 line fixes for r4110, have to account for index value and add 1 to get the right scroll position. ........ r4116 | peaveydk | 2008-04-17 14:48:43 +0200 (Thu, 17 Apr 2008) | 1 line Draw NPCs in yellow on minimap and skip drawing of warps. Based on idea by leeor_net. ........
2008-11-01Made an option around the syncing, but no way to change it for now.Bjørn Lindeijer2-3/+19
2008-11-01Merged revisions 4130 via svnmerge from Bjørn Lindeijer2-5/+5
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r4130 | the_enemy | 2008-04-18 22:39:29 +0200 (Fri, 18 Apr 2008) | 3 lines Mac now uses Apple key for emoticons, so alt can be used for alternate characters. Disable vsync on mac. ........
2008-10-31Merged revisions 4071,4093,4100,4363 via svnmerge from Bjørn Lindeijer7-17/+84
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r4071 | the_enemy | 2008-04-11 16:12:30 +0200 (Fri, 11 Apr 2008) | 3 lines Players now need to click on the monster sprites rather than the tile. Players will now move to the target before attacking it. ........ r4093 | the_enemy | 2008-04-15 18:10:32 +0200 (Tue, 15 Apr 2008) | 1 line Fixed clicking near player. ........ r4100 | peaveydk | 2008-04-16 13:59:36 +0200 (Wed, 16 Apr 2008) | 1 line Cancel walking to a clicked monster if the target is lost while getting to it (killed or otherwise removed). ........ r4363 | crush_tmw | 2008-06-24 14:42:04 +0200 (Tue, 24 Jun 2008) | 1 line corrected date in changelog ........
2008-10-30Minor fixes to movement and hit effects. Patch by Kage_Jittai.Dennis Friis2-9/+8
2008-10-27Removed /check command.David Athay1-4/+0
2008-10-27add effect handler (by Chuck Miller)Roderic Morris8-1/+107
2008-10-27Add an effects manager (patch by Kage Jittai)Jared Adams6-2/+153
2008-10-26fix for last commitRoderic Morris1-2/+2
2008-10-26fixes for movementRoderic Morris2-1/+19
2008-10-26Merged revisions 4302,4338,4360-4362,4526,4528,4534,4547 via svnmerge from Bjørn Lindeijer6-22/+98
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-26get rid of /admin commandsRoderic Morris1-21/+0
2008-10-26Pixel-accurate and fluently animated keyboard movement by Kage Jittai - ↵Philipp Sehmisch3-6/+60
albeit not flawless it is still a big improvement.
2008-10-25attack range fixes, highlight monsters in range (by Chuck Miller)Roderic Morris5-34/+67
2008-10-24Made it so the player will auto face its targetJared Adams2-2/+35
Fixed it so the correct direction will be Patch by Chuck Miller
2008-10-24fixes for targetting (by Chuck Miller)Roderic Morris3-15/+16
2008-10-23Fixed building with configureBjørn Lindeijer1-0/+2
2008-10-21fix cmake buildRoderic Morris1-0/+2
2008-10-21Fixed up some of the postal system stuff for testing it.David Athay6-1/+135
2008-10-15src/localplayer.cppDavid Athay7-1/+56
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-10Some old uncommitted cleanup.Bjørn Lindeijer4-13/+2
2008-10-09Merged the movement branch into trunkBjørn Lindeijer27-742/+507
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-14fix for guichan bug in tabbedareasRoderic Morris2-0/+10
2008-09-04Introduced another template to make deleting all values in a container easier.Bjørn Lindeijer13-32/+22
Inspired by qDeleteAll() from Qt.
2008-08-21fix svn properties and id tagsRoderic Morris4-10/+9
2008-08-18fix bug #209, display skill icons correctly.Roderic Morris6-7/+147
2008-08-13Call the more appropriate method (adjustSize instead of logic).Bjørn Lindeijer1-1/+1
2008-08-13Added permission levels to guilds, and operator permissions to channels.David Athay10-14/+183
2008-07-24Reverted David Athay3-1/+5
Alt-Gr fix. Added NPC error messages.
2008-07-22Add permissions to guild members. Alt-Gr fix for Rotonen from 0.0David Athay7-14/+17
2008-07-17Fixed crash with party invite dialogDavid Athay1-2/+0
2008-07-14fix view names checkbox, fix compilation with cmakeRoderic Morris4-6/+8
2008-07-14Added admin commands to /help and added registration of party handlerDavid Athay3-1/+14
2008-07-07get rid of channel registering related codeRoderic Morris7-90/+8
2008-07-07Added /party command.David Athay5-4/+30
2008-07-07Added help for each command based on mantis bug #359, thanks to ScraggyDavid Athay2-36/+111
2008-07-05Allow alt key for chatting on Mac, remove unneeded includes.David Athay2-5/+4
2008-07-04Ugly hack for chat scrolling.David Athay2-9/+30
2008-07-03Fix guild window focus and crash bugDavid Athay2-3/+3
2008-07-02Fixed speech bubbles staying on screen after map change bug.Philipp Sehmisch1-0/+2