summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2005-07-31Added check to stop scrolling at map borders. Small cleanup in the listbox ↵Björn Steinbrink1-0/+6
drawing code.
2005-07-31Don't allow more than one request trade dialog at once.Andrej Sinicyn1-3/+2
2005-07-31Don't allow more than one trade dialog at once; if a trade is canceled on ↵Andrej Sinicyn1-0/+6
the other side, close the trade window.
2005-07-30Removed unnecessary value assignment to a variable.Andrej Sinicyn1-0/+4
2005-07-30Fixed check for updates directory. Moved search/write path setup from ↵Björn Steinbrink1-2/+10
resourcemanager to main initialization.
2005-07-28Fixed popup window not always being correctly hidden when the player clicks ↵Björn Steinbrink1-0/+5
somewhere else.
2005-07-28Fixed updates directory not being created on non-unix systems.Björn Steinbrink1-0/+2
2005-07-28Fix usage of a wrong dir-separator.Björn Steinbrink1-0/+2
2005-07-28Added an action enumeration to th Being class and removed the old #define's.Björn Steinbrink1-0/+3
2005-07-28Cleaned up the showPopup() code, moved "map"-related code into game.cpp, ↵Björn Steinbrink1-0/+4
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 Steinbrink1-0/+7
2005-07-27Committing merging opengl and sdl part 3 by AndrejBjørn Lindeijer1-19/+24
2005-07-26Removed continous mouse movementBjörn Steinbrink1-0/+5
2005-07-26Fixed empty popup window being shown when user right clicks on an empty tile ↵Björn Steinbrink1-0/+2
while popup is visible.
2005-07-26Added Being::Type enumeration and type-aware findNode(). Fixed font not ↵Björn Steinbrink1-0/+9
being reset after drawing speech. Target marker drawing moved into engine.
2005-07-26Some updates to docsEugenio Favalli1-0/+9
2005-07-23Allowed continous movement when holding down left mouse buttonBjörn Steinbrink1-0/+3
2005-07-23Made the key event handler use switches instead of if-else.Björn Steinbrink1-0/+5
2005-07-23New login wallpaper by Momotaro and shortened update window a bit to notBjørn Lindeijer1-1/+4
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 Lindeijer1-0/+5
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-23Moved contents of ChangeLog to NEWS (as it was news) and started changelogBjørn Lindeijer1-200/+3
in ChangeLog file.
2005-07-16Updated changelog, got rid of remaining extern SDL_Surface *screen cases,Bjørn Lindeijer1-0/+8
fixed double free and cleaned up a bit.
2005-07-07Changes for 0.0.14.1 source and Debian releases.Bjørn Lindeijer1-0/+3
2005-07-03Updated changelog.Bjørn Lindeijer1-3/+8
2005-06-30- Preparing for releaseEugenio Favalli1-0/+3
- New mountain tileset
2005-06-16Fixed cutting off bottom item row of inventory in some casesBjørn Lindeijer1-0/+1
2005-06-16Added action menu (moved trading to menu)Mateusz Kaduk1-0/+1
2005-06-16Fixed window resizing to work properly, and on all edges and corners.Bjørn Lindeijer1-0/+1
2005-06-14Added background to minimap. Only used in Tonori Desert map for now, and itsBjørn Lindeijer1-0/+1
style is up for discussion.
2005-06-14Added support for map properties, which minimap and background musicBjørn Lindeijer1-0/+3
functionality can be based upon.
2005-06-05Updated configure.ac, small fix to framerate limiter, added mohawk to changes.Bjørn Lindeijer1-0/+1
2005-06-05Implemented wrapping for textbox (still could use a small fix) and made deathBjørn Lindeijer1-0/+1
notice dialog release modal focus immediately.
2005-06-03A few cosmetic updates to help, and removed accounts help as that is outdatedBjørn Lindeijer1-0/+1
information.
2005-05-30Fixed players not always appearing to sit when they are in fact sitting.Bjørn Lindeijer1-1/+2
2005-05-22ChangeLog updateJan-Fabian Humann1-0/+1
2005-05-22This way auto attack should work with left ctrl too (alsoEugenio Favalli1-1/+2
some docs updates)
2005-05-20Stop drawing frames when application isn't active (ie. minimized)Bjørn Lindeijer1-0/+1
2005-05-18Upgrade to Guichan 0.4.0, TMW can no longer compile, link or run against 0.3.0.Bjørn Lindeijer1-0/+2
2005-05-14Added framerate limiter, off by default (0 means no limit)Bjørn Lindeijer1-0/+1
2005-05-14Fixed player character rendering errors in OpenGL mode.Bjørn Lindeijer1-0/+1
2005-05-08Keeping track of changes.Bjørn Lindeijer1-0/+7
2005-05-02Updated change log.Bjørn Lindeijer1-1/+1
2005-05-01Some less detail in the ChangeLogBjørn Lindeijer1-3/+1
2005-05-01- Added installation of game data, install required on *nix systemsRodney Dawes1-0/+4
- Updated desktop file to work better - Install the desktop file to the standard location - Install the icon as tmw.png in the standard pixmaps data dir
2005-05-01Preparing for releaseEugenio Favalli1-1/+1
2005-04-30Emoticons framerate independent and NPCs image smaller to work in OpenGLBjørn Lindeijer1-2/+2
2005-04-30Some fixes to player control, also attempting to solve long walk path problem.Bjørn Lindeijer1-0/+2
2005-04-30Updated change log and made little fix.Bjørn Lindeijer1-1/+1
2005-04-26Changed keyboard control to integrate better with mouse walk, changed locationBjørn Lindeijer1-1/+2
of packet.list and chatlog.txt and removed name from player chat "balloon".