summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-06-03Fixed screenshot save directory on OSX.v0.0.23David Athay3-2/+8
2007-06-03Have ParticleEmitter load a possible particle image early on and don't cause aBjørn Lindeijer7-34/+92
crash when the image can't be found.
2007-06-03Fixed image loading in software mode to not check for alpha layer with imagesBjørn Lindeijer8-695/+679
aren't 32-bit and removed drawImageTransparent from Graphics class, should be set on image.
2007-06-03Fixed image loading in software mode to not assume all images are 32-bit.Bjørn Lindeijer2-1/+3
2007-06-03Fixed warning about strict-aliasing rules and don't die on warnings by default.Bjørn Lindeijer3-7/+10
2007-06-03Added some files to be included with the release.Bjørn Lindeijer4-2/+12
2007-06-02Some cleanup of buy/sell dialog code.Bjørn Lindeijer5-162/+114
2007-06-02Changed color of chat messages in OpenGL mode from orange to black.Bjørn Lindeijer3-4/+6
2007-06-02Updated version and release date and summarized changes.Bjørn Lindeijer8-103/+82
2007-06-01Added target cursors to installed files.Bjørn Lindeijer3-3/+20
2007-05-31Fixed an inconsistency between two maps in woodland.Philipp Sehmisch1-1/+6
2007-05-23Changed argument order in text particle creation.Philipp Sehmisch5-18/+13
2007-05-23The color values of text particles are now stored in 3 integers instead of a ↵Philipp Sehmisch6-12/+21
Guichan color structure.
2007-05-23Added a missing include and fixed a bug with cleaning up target cursorBjørn Lindeijer5-18/+34
animations.
2007-05-23Made text splash effects fade out.Philipp Sehmisch3-3/+25
2007-05-23A bunch of lingering syntactical changes.Bjørn Lindeijer4-103/+124
2007-05-23Replaced target cursor graphics with higher quality ones by Pauan.Philipp Sehmisch10-7/+18
2007-05-20Added different target cursor sizes for monsters. Graphics for small and ↵Philipp Sehmisch14-37/+135
large cursor are provisional until better versions based on the original SVG of the medium sized one are available.
2007-05-20Updated Code::Blocks project file.Eugenio Favalli2-9/+54
2007-05-20Fixed the amount-not-reset-when-using-scrollwheel bug in sell dialog.Philipp Sehmisch3-13/+37
2007-05-08Adjusted offsets of monster sprites (thanks to Pauan for finding out the ↵Philipp Sehmisch1-1/+34
correct offsets - I just subtracted 6 of all x offsets to take the new position of the target circle in account) and committed some modifications at some monster graphics by Pauan.
2007-05-07Fixed the multibyte characters that got broken during the particle engine merge.Björn Steinbrink1-224/+224
2007-05-07Fixed positioning of monster names and target circles.Philipp Sehmisch7-15/+116
2007-05-05Added the missing TextParticle class.Bjørn Lindeijer2-0/+101
2007-05-04Merged particle engine into main eAthena branch.Philipp Sehmisch32-529/+2313
2007-04-23Merged Björn Steinbrinks improvements at the xml parsing from trunk version.Philipp Sehmisch8-104/+84
2007-04-15Increased minimum window height and fixed a problem with setting window contentBjørn Lindeijer2-3/+6
size which was introduced with the new resize grip.
2007-04-15Reimplemented window resizing. It is now once again possible to resize windowsBjørn Lindeijer8-91/+312
using their borders (except for the top one, since that's the title bar for Guichan) and the resize grip in the bottom right is much easier to grab. Needs some testing.
2007-04-15Rely on default 0 value for z axis.Bjørn Lindeijer2-18/+23
2007-04-05Unified storage of configuration, updates and screenshots in home directory.Eugenio Favalli2-9/+12
2007-04-04Corrected spelling of 'prize'.Bjørn Lindeijer1-3/+2
2007-04-03Added bunny girl npc for the easter event.Philipp Sehmisch1-0/+1
2007-04-03Added six different easter egg item graphics for the easter event. Item IDs ↵Philipp Sehmisch1-1/+12
are 1208 - 1213.
2007-04-01Screenshots are no longer saved directly in the users home directory on UNIX ↵Philipp Sehmisch2-3/+22
systems but in the sub folder /.tmw/. A chatlog message about the success of the screenshot saving does appear now. Based on a patch by Patrick "the-me" Matthäi.
2007-03-27Icon loading doesn't necessarily succeed, so better not crash when it doesn't.Bjørn Lindeijer2-4/+15
2007-03-24Cancel button is now disabled after downloading is finished.Philipp Sehmisch2-6/+8
2007-03-24Make sure that when a network error occurs, the error message is available andBjørn Lindeijer8-46/+129
shown to the user. Also, only enable Register button when all necessary fields are filled in.
2007-03-24Go back to login or register state on error, depending on what the user wasBjørn Lindeijer7-21/+36
doing, and fixed the error message when registering an account that already exists. Also another crash fix following from previous commit.
2007-03-24Changed the order of network message handling and logic, in order to prevent anBjørn Lindeijer3-4/+9
incoming character delete message from deleting the player character that was about to be drawn.
2007-03-22Clarified the error message when character creation fails and made sure theBjørn Lindeijer5-55/+116
character creation dialog doesn't close when creation failed.
2007-03-22Use the icon included in the executable on Windows.Bjørn Lindeijer4-3/+14
2007-03-22Fixed problems with window icon on Windows as much as possible.Bjørn Lindeijer6-14/+24
2007-03-22Only enable login button when a username, password and server are filled in.Bjørn Lindeijer5-94/+136
Pass username, password and server on to the register dialog. Go back to login dialog when canceling registration. Fixed a crash caused by deleting an OkDialog twice (it also deletes itself). Made the register dialog a bit wider. Register dialog no longer clears username field when it is invalid.
2007-03-21Renamed Spriteset to ImageSet.Bjørn Lindeijer24-119/+130
2007-03-21Avoiding magic numbers where possible (1002) and also display the target whenBjørn Lindeijer5-163/+163
other players are targeted.
2007-03-21Display a progress bar and connecting status for each server and display theBjørn Lindeijer2-12/+52
version using a gcn::Label.
2007-03-20Fixed small issue where default server didn't fit in the server entry fieldBjørn Lindeijer2-9/+15
properly.
2007-03-20Reduced amount of useless logging, calculate nearest power of two in a functionBjørn Lindeijer5-42/+59
and only do the alpha check in software mode.
2007-03-20Tweaked the target cursor and name drawing.David Athay3-54/+83
2007-03-20Fixed target cursor animation, and changed when it is drawn.David Athay2-57/+62