summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-12-29Removed TMW's truetype file, since we don't use it (accidentaly left itIra Rice1-2/+0
2008-12-29Added support for True Type Fonts using GUIChan's inbuilt SDLTrueTypeIra Rice14-65/+1055
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-27Remove ../ from tileset files.Ira Rice1-1/+3
2008-12-26Fixed a potential leak in setup, changed the default border color toIra Rice8-17/+47
2008-12-21Fixed wallpaper selection to be handled correctly.Ira Rice1-3/+3
2008-12-20Enabled video mode switching, as well as got rid of an old, unneededIra Rice4-15/+43
2008-12-17Remember windows visibility.Eugenio Favalli2-4/+14
2008-12-17Reintroduced window name propertyBjørn Lindeijer19-30/+51
2008-12-17Code reformattingBjørn Lindeijer23-182/+138
2008-12-14Code reformatting to conform to line lengthBjørn Lindeijer1-151/+160
2008-12-14Tweaked some configuration defaultsBjørn Lindeijer2-9/+9
2008-12-14Fixed inconsistency in default window sizesBjørn Lindeijer8-10/+11
2008-12-14Code reformatting to conform to line lengthBjørn Lindeijer1-41/+63
2008-12-14Removed unnecessary c_str()Bjørn Lindeijer1-1/+1
2008-12-14Code reformatting to conform to line lengthBjørn Lindeijer1-39/+57
2008-12-14Obscure precise home directory name when making screenshotsFate1-4/+9
2008-12-14Removed the unused NewSkillDialogBjørn Lindeijer5-271/+0
2008-12-14Make the window shortcuts configurableJared Adams3-10/+28
2008-12-14Code reformattingBjørn Lindeijer12-238/+144
2008-12-14Removed ChargeDialogBjørn Lindeijer6-120/+0
2008-12-14Passing vectors by referencePhilipp Sehmisch2-318/+317
2008-12-14Removed remaining DOS newlinesBjørn Lindeijer1-3/+3
2008-12-14Some systactical sugar for 864e33Philipp Sehmisch2-18/+9
2008-12-14Fixed some linebreaksPhilipp Sehmisch1-296/+296
2008-12-14Fixed follow-parent of nested and being-following particle emittersPhilipp Sehmisch6-45/+62
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-13Fixed confusion between username and characterBjørn Lindeijer1-20/+26
2008-12-13Got rid of confusing --default parameterBjørn Lindeijer1-19/+6
2008-12-13Only require a restart to switch to full screen with OpenGL on Windows, sinceBjørn Lindeijer1-0/+11
2008-12-13Mantis #406 by jaxad0127David Athay4-14/+34
2008-12-13Fixed crash when map layer has too many tiles.Bjørn Lindeijer1-1/+7
2008-12-13Fixed alignment (patch by Scraggy - Mantis #384) and spelling error.David Athay1-2/+2
2008-12-13Added support for being effects through the eAthena levelup message, and checkBjørn Lindeijer8-4/+163
2008-12-13The "name" property of the map is now used as caption of the minimap window w...Philipp Sehmisch1-11/+6
2008-12-13Make sure to initialize joystick enabled stateBjørn Lindeijer3-48/+31
2008-12-13Delete resources after removing from the orphan list, to avoid double frees d...Fate1-1/+1
2008-12-13Added ability to add equipment to the shurtcut barBjørn Lindeijer3-20/+23
2008-12-13Center large minimaps on playerBjørn Lindeijer1-20/+21
2008-12-13Fixed compile error with GCC 4.4 reported by Martin Michlmayr.Bjørn Lindeijer1-5/+1
2008-12-13Do not activate shortcuts if tradewindow is visible.Dennis Friis1-8/+12