summaryrefslogtreecommitdiff
path: root/src/game.cpp
AgeCommit message (Collapse)AuthorFilesLines
2011-08-15Add option to hide ip addresses on screenshots.Andrei Karas1-1/+13
2011-08-12Rename file name ministatus to correct ministatuswindow.Andrei Karas1-1/+1
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-08-12Allow hide setup window by pressing key "Setup window".Andrei Karas1-148/+158
2011-08-12Add ability to add comments to npcs.Andrei Karas1-1/+1
2011-08-11Save whisper tabs state to configuration after each change.Andrei Karas1-2/+0
Before was only after correct game disconnect.
2011-08-08Change limits when enable auto adjust perfomance.Andrei Karas1-3/+3
2011-08-07Add auto adjust perfomance ability.Andrei Karas1-2/+129
2011-07-17Fix map redrawing if changing map view mode.Andrei Karas1-2/+6
2011-07-16Add hotkey to close selected chat tab.Andrei Karas1-0/+5
2011-07-13Close popup menu by quit key (ESC).Andrei Karas1-2/+9
2011-07-09Fix updating local player status.Andrei Karas1-0/+2
2011-07-05Add ability to send client states to other clients.Andrei Karas1-0/+6
Using for this emotes.
2011-07-02Replace some getters to direct members access in graphics class.Andrei Karas1-2/+2
2011-06-09Add "did you know?" dialog and some messages for it.Andrei Karas1-0/+9
Fix browserbox images position and size.
2011-05-31Revert "Switch includes to use embedded guichan."Andrei Karas1-2/+2
This reverts commit 338c3b1cae626830c9b9d231aeb9f9e8034b37d1.
2011-05-30Switch includes to use embedded guichan.Andrei Karas1-2/+2
2011-05-25Fix some memory leaks in being, debugwindow, shortcutwindow, skilldialog, ↵Andrei Karas1-0/+4
map classes.
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it.
2011-05-22Allow show equipment from other players from context menu "show items".Andrei Karas1-1/+6
Also allow undress separate items from players locally.
2011-05-12Renaming login, sell, trade (cpp, h) files to correct names.Andrei Karas1-1/+1
2011-05-06Initialize gui windows pointers by NULL value.Andrei Karas1-22/+22
2011-05-06Move attack filter arrays and methods from localplayer to actorspritemanager ↵Andrei Karas1-1/+0
class.
2011-04-28Implemented a simple non-blocking fadeOutAndPlay system.Yohann Ferreira1-1/+6
It's currently used when changing maps. Resolves: TMW-Mantis: #750. Reviewed-by: Thorbjorn. Conflicts: src/game.cpp src/sound.cpp src/sound.h
2011-04-21Impliment attack filter.Andrei Karas1-0/+1
Add tab in social tab.
2011-04-04Rename some gui class files to real class names.Andrei Karas1-3/+3
2011-03-29Save chat settings even in network errors.Andrei Karas1-0/+2
2011-03-18Fix most old style cast except manaserv and libxml2 defines.Andrei Karas1-1/+1
2011-03-13Add ability to remap maps to different files.Andrei Karas1-3/+7
2011-02-25Add tabs to spells window. Now it 5 tabs.Andrei Karas1-2/+8
Also dont save to configs default cell items for different item containers.
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-02-13Set weight notice message not modal and hide it after 10 seconds.Andrei Karas1-0/+1
2011-02-02Fix error where automatically navigation bar can show portal with coord 0,0.Andrei Karas1-0/+3
2011-02-02Close npc and other dialogs if reconnecting.Andrei Karas1-0/+15
Also save extra layers if network error.
2011-01-21Show network error dialog as not modal.Andrei Karas1-1/+1
This fix stuck client in some situations. Also prevent server change if now disconnected.
2011-01-21Revert "Show network error dialog as not modal."Andrei Karas1-1/+1
This reverts commit fe8a5d4b795a89a59a352bb230c749eb07ad81fd.
2011-01-21Show network error dialog as not modal.Andrei Karas1-1/+1
This fix stuck client in some situations. Also prevent server change if now disconnected.
2011-01-15Fix code style, apply some fixes after checking with cppcheck from git.Andrei Karas1-2/+2
2011-01-03Increase emotes count to 44 and fix new emotes.Andrei Karas1-26/+29
2011-01-02Initial commit.Andrei Karas1-0/+1501
This code based on mana client http://www.gitorious.org/mana/mana and my private repository.