Age | Commit message (Expand) | Author | Files | Lines |
2009-02-09 | Merged with Aethyra master as of 2009-01-27 | Bjørn Lindeijer | 1 | -57/+192 |
2009-01-26 | Bit of code cleanup for the last commit (moved default width and height | Ira Rice | 1 | -6/+9 |
2009-01-26 | Fixed offset of right-click hitboxes and made NPCs without sprites | Ira Rice | 1 | -4/+10 |
2009-01-24 | Tweaks to the speech bubbles so that being status (GM, mob, npc, | Ira Rice | 1 | -2/+2 |
2009-01-24 | Updated DejaVuSans ttf file, as well as adding the bolded version, which | Ira Rice | 1 | -3/+4 |
2009-01-24 | Use standard GUI font also for speech and names | Bjørn Lindeijer | 1 | -2/+1 |
2009-01-24 | Use standard GUI font also for speech and names | Bjørn Lindeijer | 1 | -1/+1 |
2009-01-24 | Added speech bubble background by QOAL | Bjørn Lindeijer | 1 | -1/+1 |
2009-01-23 | Removed unnecessary references to The Mana World in code headers | Bjørn Lindeijer | 1 | -4/+4 |
2009-01-23 | Removed unnecessary references to The Mana World in code headers | Bjørn Lindeijer | 1 | -4/+4 |
2009-01-21 | Fixed multiple embeddings of square brackets so that it doesn't crash | Ira Rice | 1 | -0/+7 |
2009-01-20 | Added the ability to parse multiple item links, as well as removing | Ira Rice | 1 | -3/+6 |
2009-01-20 | Repaired text messages. While trimming out the link code is still a good | Ira Rice | 1 | -10/+7 |
2009-01-20 | Trim displayed speech to not show links. | Ira Rice | 1 | -1/+33 |
2009-01-16 | Made emotes load in only one location, as well as fixing the code on the | Ira Rice | 1 | -7/+4 |
2009-01-15 | Added emote database, which is loosely based off of the NPC database. | Ira Rice | 1 | -9/+17 |
2009-01-15 | Style cleanups throughout most of the code. Splitting function type from | Ira Rice | 1 | -3/+0 |
2009-01-10 | Changed a few emote variable names to be more sensible, as well as | Ira Rice | 1 | -2/+3 |
2009-01-09 | Added the ability to see your own name in game. | Ira Rice | 1 | -0/+1 |
2009-01-05 | Renamed PATH_NODE to Position as on mainline | Bjørn Lindeijer | 1 | -8/+8 |
2009-01-05 | Handling gender with an enum everywhere. | Philipp Sehmisch | 1 | -2/+2 |
2009-01-05 | Handling gender with an enum everywhere. | Philipp Sehmisch | 1 | -3/+4 |
2009-01-05 | Renamed PATH_NODE to Position as on mainline | Bjørn Lindeijer | 1 | -8/+8 |
2008-12-26 | Fixed a potential leak in setup, changed the default border color to | Ira Rice | 1 | -4/+0 |
2008-12-14 | Fixed follow-parent of nested and being-following particle emitters | Philipp Sehmisch | 1 | -2/+4 |
2008-12-14 | Fixed follow-parent of nested and being-following particle emitters | Philipp Sehmisch | 1 | -2/+2 |
2008-12-13 | Code style reformatting | Bjørn Lindeijer | 1 | -32/+17 |
2008-12-09 | Only play status effect sound effects for localplayer | Fate | 1 | -2/+0 |
2008-12-09 | Defer re-adding of particles to next call to Being::logic() to avoid crash | Fate | 1 | -1/+15 |
2008-12-09 | Status particle effects: when looking up block IDs (effect IDs for other | Fate | 1 | -6/+6 |
2008-12-08 | Mostly code reformatting | Bjørn Lindeijer | 1 | -2/+3 |
2008-12-08 | Code reformatting | Bjørn Lindeijer | 1 | -38/+20 |
2008-12-08 | Introduced another template to make deleting all values in a container easier. | Bjørn Lindeijer | 1 | -2/+1 |
2008-12-07 | Merge commit 'a7c21e6f8add37af7412449742ec55c8daa8571a' | Ira Rice | 1 | -33/+13 |
2008-12-07 | Added client-side status change handlers (text, icon, particle effect, audio). | Fate | 1 | -0/+63 |
2008-12-06 | Added particle containers and refactored beings to use them (to clean up resp... | Fate | 1 | -29/+5 |
2008-12-03 | Add an effects manager (patch by Kage Jittai) | Ira Rice | 1 | -90/+0 |
2008-11-18 | Pedantic fixes to the client, where I alphabetized all of the include | Ira Rice | 1 | -6/+3 |
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 |
2008-11-11 | Fixed a text glitch reported by Jarvellis. | Ira Rice | 1 | -1/+1 |
2008-11-02 | This correctly fixes the attack problem. Apparently, I didn't realize a bit a... | Ira Rice | 1 | -0/+4 |
2008-11-02 | Fixed a hair color problem that Soft reported that I apparently broke when I ... | Ira Rice | 1 | -1/+1 |
2008-11-02 | Fixed weapon attacks, which apparently has been broken since the mapping code... | Ira Rice | 1 | -3/+0 |
2008-11-01 | * Use hair.xml to determine hair colours (#514) | Fate | 1 | -4/+91 |
2008-10-31 | Added a text patch done on TMW to increase the number of characters | Ira Rice | 1 | -2/+2 |
2008-10-31 | Added critical notifications to the client. While I had originally | Ira Rice | 1 | -4/+20 |
2008-10-27 | Removed an unnecessary check. | Ira Rice | 1 | -3/+0 |
2008-10-27 | De-hardcoded the number of hair styles. | Ira Rice | 1 | -1/+14 |
2008-10-27 | Revised code so that dead sprites are de-targeted. | Ira Rice | 1 | -0/+1 |
2008-10-27 | Merged the Tametomo branch back into trunk. Targeting has been removed | Ira Rice | 1 | -2/+2 |