Age | Commit message (Expand) | Author | Files | Lines |
2009-03-12 | Make use of the new available colors | Majin Sniper | 1 | -25/+16 |
2009-03-12 | Made hair load again (commit e2d60401eaf55abe9e2251854f3174ffe0f4ad9e | Ira Rice | 1 | -2/+14 |
2009-03-12 | Move emote sprite loading into EmoteDB | Jared Adams | 1 | -29/+1 |
2009-03-11 | Fix segfault when being count reaches 0 too often | Jared Adams | 1 | -29/+27 |
2009-03-10 | Extended hit type handling | sniper | 1 | -31/+24 |
2009-03-05 | Made some optimizations based on some profiling done by Octalot, as well | Ira Rice | 1 | -41/+20 |
2009-03-05 | Got rid of Sint{8,16,32} and Uint32 for being ID | Bjørn Lindeijer | 1 | -1/+1 |
2009-02-20 | Removed the last of the image particle guichan fonts. | Ira Rice | 1 | -9/+37 |
2009-02-18 | Introduced a toLower method and grouped string utils | Bjørn Lindeijer | 1 | -3/+2 |
2009-02-17 | Fix segfault when canceling new character dialog | Jared Adams | 1 | -1/+1 |
2009-02-16 | Moved target unsetting on NPCs and monsters to the being class. This is | Ira Rice | 1 | -0/+4 |
2009-02-11 | Adjusted a few files for release. | Ira Rice | 1 | -1/+1 |
2009-02-10 | Use string::empty() instead of comparing to "" | Bjørn Lindeijer | 1 | -1/+1 |
2009-02-10 | Removed many pointless comparisons with NULL | Bjørn Lindeijer | 1 | -4/+4 |
2009-02-10 | Fixed header files, as well as removed the unused buddy list class (not | Ira Rice | 1 | -2/+3 |
2009-02-10 | Added two more options for displaying speech overhead (don't show it at | Ira Rice | 1 | -10/+18 |
2009-02-10 | Simplified target drawing so that it actually uses the SimpleAnimation | Ira Rice | 1 | -34/+28 |
2009-02-09 | Mostly whitespace fixes | Bjørn Lindeijer | 1 | -14/+14 |
2009-02-08 | Mostly fixed a few field values to behave better in Windows, as well as | Ira Rice | 1 | -2/+2 |
2009-02-07 | Some more include cleanups. | Ira Rice | 1 | -0/+6 |
2009-02-04 | Moved mEquipment to the LocalPlayer class, since it's the only place | Ira Rice | 1 | -2/+0 |
2009-01-29 | Make sure that strings aren't chopped off when a | isn't found. | Ira Rice | 1 | -1/+3 |
2009-01-29 | If an item link isn't found, don't treat it as a link. | Ira Rice | 1 | -1/+2 |
2009-01-28 | Removed manual trimmings in exchange for using trim.h instead. | Ira Rice | 1 | -9/+3 |
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-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 |
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-07 | Merge commit 'a7c21e6f8add37af7412449742ec55c8daa8571a' | Ira Rice | 1 | -33/+13 |
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 |