summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-11-03Added automatic recoloring of images. Inspired by fungos' ideas (PR #41).Guillaume Melquiond8-17/+427
2007-11-03Fixed double load of hair graphics.Guillaume Melquiond6-50/+31
2007-10-28Updated german translation.Matthias Hartmann2-22/+24
2007-10-28Updated French translation.Guillaume Melquiond2-27/+24
2007-10-28Updated translation objects.Guillaume Melquiond8-595/+1044
2007-10-28Fixed display of trade window. Completed trade protocol.Guillaume Melquiond6-190/+118
2007-10-28Separated auto-resizing into two categories: "set" and "add". Removed ↵Guillaume Melquiond6-31/+59
useless code.
2007-10-28Fixed coordinates in the debug window and updated project file.Eugenio Favalli3-2/+17
2007-10-28Fixed a windows compilation problem caused by a define macro of the Windows ↵Philipp Sehmisch2-0/+8
API that conflicts with a guichan identifier.
2007-10-27Improved layout handler to support trees of nested arrays. Needed for ↵Guillaume Melquiond9-199/+407
converting and fixing the trade window.
2007-10-27Made it compile with GCC 4.3Guillaume Melquiond33-42/+95
2007-10-25I'll try not to forget the timestamps next time.Bjørn Lindeijer1-19/+16
2007-10-25Merged revisions 3608-3613,3615-3618,3620-3621,3623-3627,3629-3632,3634-3641 ↵Bjørn Lindeijer1-1/+20
via svnmerge from https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r3608 | crush_tmw | 2007-09-27 18:15:11 +0200 (Thu, 27 Sep 2007) | 1 line Added new desert tiles by Len. ........ r3609 | crush_tmw | 2007-09-27 18:34:35 +0200 (Thu, 27 Sep 2007) | 1 line Replaced an old version of the stone pillar with the new one. MSPaint is evil. ........ r3611 | crush_tmw | 2007-09-30 17:12:50 +0200 (Sun, 30 Sep 2007) | 1 line Removed the purple line from the ruin tile. ........ r3617 | crush_tmw | 2007-10-07 20:09:14 +0200 (Sun, 07 Oct 2007) | 1 line Fixed some collision layer problems on new_18-1 ........ r3641 | crush_tmw | 2007-10-19 15:17:08 +0200 (Fri, 19 Oct 2007) | 1 line added fog effect overlay graphic ........
2007-10-25Blocked revisions 3587-3588,3606,3628,3633,3675-3676,3681 via svnmergeBjørn Lindeijer0-0/+0
(the merges from trunk to 0.0 and the svnmerge commit on 0.0)
2007-10-25Initialized merge tracking via "svnmerge" with revisions "1-3585" from Bjørn Lindeijer0-0/+0
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0
2007-10-24Small typo fix.Bjørn Lindeijer1-1/+1
2007-10-24Some small fixes to the German translation.Bjørn Lindeijer2-4/+5
2007-10-24Completed Dutch translation.Bjørn Lindeijer2-62/+66
2007-10-22Added Layout source files to CMake list.Bjørn Lindeijer2-2/+8
2007-10-22Plugged memory leak. Simplified code. Removed annoying reset of text fields. ↵Guillaume Melquiond3-65/+25
Changed error message and marked it as translatable.
2007-10-22Not sure how I was able to mess this one.Guillaume Melquiond1-4/+5
2007-10-22Plugged memory leak. Cleaned code.Guillaume Melquiond3-7/+12
2007-10-22Some insignificant small changes.Bjørn Lindeijer3-8/+8
2007-10-22Plugged memory leak in connection dialog box.Guillaume Melquiond3-25/+21
2007-10-22Plugged memory leak in particle engine.Guillaume Melquiond2-0/+7
2007-10-21Fixed invisible text in dropboxes and shopboxes.Guillaume Melquiond3-0/+3
2007-10-21Converted sell dialog box to layout handler. Removed some useless code from ↵Guillaume Melquiond4-72/+21
buy dialog box.
2007-10-21Converted dialog box to layout handler.Guillaume Melquiond3-62/+18
2007-10-21Changed to use default values when restoring missing settings.Guillaume Melquiond3-11/+13
2007-10-21Fixed missing pixels at bottom and right.Guillaume Melquiond2-6/+4
2007-10-21Added persistent positioning.Guillaume Melquiond2-0/+3
2007-10-21Added back a Lua script for testing.Guillaume Melquiond1-0/+1
2007-10-21Fixed double-free of sprite actions.Guillaume Melquiond2-8/+4
2007-10-21Plugged memory leak in equipment sound.Guillaume Melquiond3-12/+7
2007-10-21Plugged memory leak in quit dialog.Guillaume Melquiond2-0/+6
2007-10-21Plugged memory leak in sprites.Guillaume Melquiond2-0/+17
2007-10-21Messed a bit: beings cannot be removed from no map.Guillaume Melquiond2-3/+3
2007-10-21Plugged memory leak in database reader.Guillaume Melquiond2-0/+3
2007-10-21Removed redundant destructor.Guillaume Melquiond3-19/+2
2007-10-21Fixed current map not deleted on server change.Guillaume Melquiond3-0/+12
2007-10-21Made visible the resizable grip on inventory window.Guillaume Melquiond8-35/+65
2007-10-21Converted inventory window to layout handler.Guillaume Melquiond3-51/+20
2007-10-21Added automatic layout reflowing on window resize.Guillaume Melquiond2-1/+12
2007-10-21Allowed for decreasing sizes in layout.Guillaume Melquiond2-2/+4
2007-10-21Removed redundant resizable flag. Factored moving/resizing code, so that ↵Guillaume Melquiond3-39/+46
events are fired only once per size change.
2007-10-20Set FILL as default size in layout. Converted server selection dialog to ↵Guillaume Melquiond4-37/+36
layout handler.
2007-10-20Improved layout manager. Reworked layout of character selection dialog box.Guillaume Melquiond4-97/+163
2007-10-20Centered sprite inside selection box.Guillaume Melquiond2-1/+6
2007-10-20Added a few comments.Guillaume Melquiond1-6/+20
2007-10-20Added a layout handler for automatically positioning widgets in a window. ↵Guillaume Melquiond7-70/+365
Fixed layout of login dialog box when native language is not English.