summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-08-03Now the 'Apply' and 'Cancel' buttons of the setup window work correctly.Yohann Ferreira3-17/+96
2005-08-03Converted two global variables to function-local ones.Björn Steinbrink2-3/+4
2005-08-03Removed an unneeded header.Björn Steinbrink3-1/+3
2005-08-03Commented a switch case label that was left uncommentedBjörn Steinbrink2-1/+3
2005-08-03Debian packaging files updateYohann Ferreira11-19/+81
2005-08-03(2005-08-03 17:50:02) iru: i added npc by Necro. and some old weaponsMarcel W. Wysocki0-0/+0
2005-08-03Moved my invented variable, since it makes more sense.Andrej Sinicyn5-3/+6
2005-08-02Fix my previous fix because it broke my own code.Andrej Sinicyn4-4/+13
2005-08-02Use PhysFS to determine user's home directory on unix. Removed an now unused ↵Björn Steinbrink2-14/+6
header.
2005-08-02Moved graphics setup code into the graphics class.Björn Steinbrink6-131/+147
2005-08-02Fixed "Trade canceled" happening often.Andrej Sinicyn2-0/+5
2005-08-01Small cleanups in the drawing code, the autoTarget checks and some headers.Björn Steinbrink6-60/+39
2005-08-01changelog updateMarcel W. Wysocki1-0/+5
2005-08-01making setup dialog quitting too when clicking on Setup button while openedMarcel W. Wysocki1-1/+1
2005-08-01Fixed autoTarget not being set to NULL on map change.Björn Steinbrink2-0/+2
2005-08-01Added code to dynamically adjust the itemcontainer size.Björn Steinbrink5-3/+47
2005-08-01Show the name of the trade partner in the trade dialog.Andrej Sinicyn4-0/+13
2005-07-31added 3 npcs by Tatjana, brown haired boy, nurse and nurse's sisterMarcel W. Wysocki0-0/+0
2005-07-31updated readme dateMarcel W. Wysocki1-1/+1
2005-07-31changed to 0.0.15v0.0.15Marcel W. Wysocki1-1/+1
2005-07-31Added check to stop scrolling at map borders. Small cleanup in the listbox ↵Björn Steinbrink3-15/+35
drawing code.
2005-07-31Don't allow more than one request trade dialog at once.Andrej Sinicyn2-4/+7
2005-07-31Don't allow more than one trade dialog at once; if a trade is canceled on ↵Andrej Sinicyn3-1/+21
the other side, close the trade window.
2005-07-30Removed unnecessary value assignment to a variable.Andrej Sinicyn2-2/+4
2005-07-30Fixed check for updates directory. Moved search/write path setup from ↵Björn Steinbrink4-49/+107
resourcemanager to main initialization.
2005-07-28Fixed popup window not always being correctly hidden when the player clicks ↵Björn Steinbrink2-7/+9
somewhere else.
2005-07-28Fixed updates directory not being created on non-unix systems.Björn Steinbrink2-8/+12
2005-07-28Fix usage of a wrong dir-separator.Björn Steinbrink2-1/+3
2005-07-28Fix an ATTACK still not being declared as being in namespace Being, cvs ↵Björn Steinbrink1-1/+1
didn't notice the changed file...
2005-07-28Added an action enumeration to th Being class and removed the old #define's.Björn Steinbrink7-65/+57
2005-07-28Cleaned up the showPopup() code, moved "map"-related code into game.cpp, ↵Björn Steinbrink5-76/+90
made the popup show up at mouse coordinates instead of being aligned to tiles.
2005-07-27Added support for updates to the resource manager.Björn Steinbrink5-77/+51
2005-07-27Committing merging opengl and sdl part 3 by AndrejBjørn Lindeijer12-52/+116
2005-07-26Removed continous mouse movementBjörn Steinbrink3-43/+16
2005-07-26OpenGL/SDL combined in the same exe. Not in the cutest way, but we'll find aBjørn Lindeijer18-274/+448
nicer approach after the release.
2005-07-26Fixed empty popup window being shown when user right clicks on an empty tile ↵Björn Steinbrink2-0/+4
while popup is visible.
2005-07-26Added Being::Type enumeration and type-aware findNode(). Fixed font not ↵Björn Steinbrink8-260/+285
being reset after drawing speech. Target marker drawing moved into engine.
2005-07-26Some updates to docsEugenio Favalli5-16/+37
2005-07-26- New smilies by ModanungEugenio Favalli6-17/+12
- New skill names - New title song
2005-07-23Allowed continous movement when holding down left mouse buttonBjörn Steinbrink3-11/+46
2005-07-23Made the key event handler use switches instead of if-else.Björn Steinbrink2-154/+188
2005-07-23New login wallpaper by Momotaro and shortened update window a bit to notBjørn Lindeijer4-9/+17
overlap the logo.
2005-07-23Add changelog entries for my last commitBjörn Steinbrink1-0/+13
2005-07-23* docs/HACKING.txt: Added info about member naming and ChangeLogBjørn Lindeijer7-180/+206
format. * src/gui/updatewindow.h, src/gui/updatewindow.cpp: Changed member names, set a 15 second timeout for connecting to update server and restore some doxygen comments.
2005-07-23Restored Being::setDestination, a pointer to the current map is now kept as ↵Björn Steinbrink5-17/+45
a member in Being.
2005-07-23Moved contents of ChangeLog to NEWS (as it was news) and started changelogBjørn Lindeijer2-200/+204
in ChangeLog file.
2005-07-23Removed knowledge about the engine and maps from the being class..Björn Steinbrink4-38/+22
2005-07-22Added missing includes and fixed a warning about implicit conversion.Björn Steinbrink4-1/+5
2005-07-22Correction on a stupid typos bugCedric Borgese1-7/+0
2005-07-22Merge between moi1392's branch and headCedric Borgese17-179/+624