summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-01-04Code reformattingBjørn Lindeijer14-123/+80
2009-01-02Removed duplicate TrueTypeFont class declarationBjørn Lindeijer2-77/+7
2009-01-02Removed executable bits from SDLMain.{h,m}Bjørn Lindeijer2-0/+0
2008-12-31Fixed OSX fullscreen hangDavid Athay1-2/+2
2009-01-01Made trade window resizableBjørn Lindeijer4-29/+53
2008-12-31Made an option around the syncing, but no way to change it for now.Bjørn Lindeijer2-4/+20
2008-12-31Synchronized font size with mainlineBjørn Lindeijer1-1/+1
2008-12-29Increased text chunk cache size to improve performance when a lot of text is ...Philipp Sehmisch1-1/+1
2008-12-29Image alpha should also be set to 1, in case it was changed before.Bjørn Lindeijer2-8/+8
2008-12-29Added support for alpha blending to true type font drawing.Philipp Sehmisch1-0/+7
2008-12-29Fixed double-free of true-type resources.Guillaume Melquiond1-2/+5
2008-12-29Fixed two compiler warnings about deprecated char*Bjørn Lindeijer1-2/+2
2008-12-29Added support for True Type Fonts.Eugenio Favalli7-65/+329
2008-12-14Code reformatting to conform to line lengthBjørn Lindeijer1-41/+63
2008-12-14Removed remaining DOS newlinesBjørn Lindeijer1-3/+3
2008-12-14Fixed some linebreaksPhilipp Sehmisch1-296/+296
2008-12-14Passing vectors by referencePhilipp Sehmisch2-318/+318
2008-12-14Some systactical sugar for 864e33Philipp Sehmisch2-18/+9
2008-12-14Fixed follow-parent of nested and being-following particle emittersPhilipp Sehmisch1-1/+0
2008-12-14Fixed follow-parent of nested and being-following particle emittersPhilipp Sehmisch6-41/+60
2008-12-13Code style reformattingBjørn Lindeijer12-226/+173
2008-12-10Obscure precise home directory name when making screenshotsFate1-4/+9
2008-12-09Fixed two issues with the chat message parsingBjørn Lindeijer1-7/+11
2008-12-09Removed the unused NewSkillDialogBjørn Lindeijer5-271/+0
2008-12-09Make the window shortcuts configurableJared Adams3-10/+28
2008-12-09Only play status effect sound effects for localplayerFate2-2/+4
2008-12-09Defer re-adding of particles to next call to Being::logic() to avoid crashFate3-4/+19
2008-12-09Status particle effects: when looking up block IDs (effect IDs for otherFate4-7/+19
2008-12-08An attempt to fix the crashes related to particlesBjørn Lindeijer1-2/+7
2008-12-08Mostly code reformattingBjørn Lindeijer3-9/+14
2008-12-08Code reformattingBjørn Lindeijer13-298/+175
2008-12-08Introduced another template to make deleting all values in a container easier.Bjørn Lindeijer12-31/+20
2008-12-08Clip the minimap image to within its windowBjørn Lindeijer1-10/+14
2008-12-08Don't scroll past the edges of the minimapBjørn Lindeijer1-0/+12
2008-12-07Some code reformattingBjørn Lindeijer5-29/+23
2008-12-07Added some initialization and removed ChargeDialogBjørn Lindeijer8-128/+13
2008-12-07Updated version to 0.0.27Bjørn Lindeijer1-2/+2
2008-12-07Fixed inconsistency in default window sizesBjørn Lindeijer9-21/+22
2008-12-07Use widgetResized to adjust chat window contentsBjørn Lindeijer2-6/+4
2008-12-07Made minimap visible by defaultBjørn Lindeijer1-0/+2
2008-12-07Tweaked some configuration defaultsBjørn Lindeijer3-10/+10
2008-12-07Some small updates and reformattingBjørn Lindeijer4-61/+49
2008-12-07Added client-side status change handlers (text, icon, particle effect, audio).Fate14-38/+559
2008-12-06Merge branch 'master' into statuseffectsFate2-30/+36
2008-12-06For interaction popup window: serialise beings as IDs and look up, to allow t...Fate2-30/+36
2008-12-06Defrobnicated ParticleContainer inheritance hierarchyFate3-31/+69
2008-12-06Merge branch 'master' into statuseffectsFate10-136/+187
2008-12-06Minor punctuation fix, merged earlier /whisper fix/help update with separate ...Fate1-2/+2
2008-12-06Merge branch 'master' of git@gitorious.org:tmw/eathenaFate9-95/+133
2008-12-06Fixes to the /w commandFate1-2/+4