summaryrefslogtreecommitdiff
path: root/data/help
AgeCommit message (Collapse)AuthorFilesLines
2012-04-02Fixed problems with using the last emotev0.6.1Thorbjørn Lindeijer1-0/+1
The tmwa/BeingHandler was adjusting the effect id rather than the emote id, causing it to not find the last emote (and the rest of the emotes only worked correctly because the effect ids were consecutive in the same order as the emote ids). Furthermore, the EmoteShortcutContainer refused to draw the icon for the last emote due to an off-by-one error in dealing with the 1-adjusted emote ids used by the EmoteShortcut class. Also cleaned up some old remains of a player ignore strategy that used to use the two balloon emotes (this had been their original purpose). Reviewed-by: Erik Schilling
2012-04-02Bumped version and updated news in preparation of 0.6.1 releaseThorbjørn Lindeijer2-1/+13
2012-02-12Final updates to NEWS file and help headers for 0.6 releasev0.6.0Thorbjørn Lindeijer2-3/+5
Reviewed-by: Yohann Ferreira
2012-02-11Fixed issues with the help texts and small NEWS file updatesThorbjørn Lindeijer6-120/+74
* Changes were made to the way BrowserBox does colors that the help files were not adapted to. For example, there is no more ##P for choosing the previous color and applying a color changes it persistently rather than returning to default text color after each line wrap. Rather than changing the behavior of BrowserBox back I've just adapted the help files. * Set a monospace font on the Help window because this was originally the case and the text still relies on that for its layout. * zlib and CSV support was already cherry-picked into 0.5.1 so it is removed from the 0.6.0 changelog. Reviewed-by: Erik Schilling
2012-02-09Updated help to upcoming releaseErik Schilling2-1/+34
TODO: Update the date when actually releasing. Reviewed-by: Bertram.
2011-09-11Bumped version to 0.5.3 and updated the NEWS fileThorbjørn Lindeijer2-10/+7
2011-04-16Bumped version to 0.5.2 and updated the NEWS filev0.5.2Thorbjørn Lindeijer2-27/+9
Reviewed-by: Stefan Dombrowski Reviewed-by: Yohann Ferreira
2011-03-13Bumped version to 0.5.1 and updated the NEWS filev0.5.1Thorbjørn Lindeijer2-8/+15
2011-01-03Updates for the 0.5.0 releasev0.5.0Thorbjørn Lindeijer1-2/+6
2010-12-15Free at last. Free at..erm. Drop remaining auto* filesBernd Wachter1-15/+0
2010-10-13Updating F1-helpStefan Dombrowski11-237/+135
Based on Bertram's start some more updates to the F1-help. The team page was removed, because the last update was done in March 2006 and no one volunteered to write a new one. TODO: Improvements can be done during the beta test. A team list can be added if someone wants to do it. This resolves http://bugs.manasource.org/view.php?id=210
2010-03-21Added CMake build system to source distributionThorbjørn Lindeijer1-1/+2
The source distribution is currently still made using autoconf, but now you can build/install it using CMake as well. Reviewed-by: Bernd Wachter
2009-10-24More rebrandingJared Adams1-12/+9
2009-06-09Updated version and changes for 0.0.29.1 releaseBjørn Lindeijer2-21/+21
2009-05-13Set the release date and updated README and NEWS filesBjørn Lindeijer2-1/+45
2009-02-16Don't mention a release date yet for 0.0.29Bjørn Lindeijer1-1/+1
2009-02-15Merge commit 'aethyra/master'Bjørn Lindeijer1-1/+1
Conflicts: CMakeLists.txt configure.ac data/help/header.txt packaging/windows/setup.nsi po/POTFILES.in src/being.cpp src/being.h src/game.cpp src/gui/color.cpp src/gui/color.h src/gui/equipmentwindow.h src/gui/popupmenu.cpp src/gui/recorder.cpp src/gui/setup_colors.h src/gui/setup_keyboard.cpp src/gui/setup_keyboard.h src/gui/skill.cpp src/gui/speechbubble.cpp src/gui/speechbubble.h src/gui/table.cpp src/keyboardconfig.cpp src/keyboardconfig.h src/localplayer.cpp src/main.cpp src/main.h src/map.cpp src/resources/colordb.cpp src/resources/colordb.h src/resources/emotedb.cpp src/resources/emotedb.h src/text.cpp src/text.h src/tmw.rc src/winver.h
2009-02-15Merge branch '0.0.28'Bjørn Lindeijer2-16/+10
Conflicts: po/POTFILES.in src/main.cpp src/main.h tmw.cbp
2009-02-12Some more files which got fixed up for release (basically versionIra Rice1-1/+1
bumps). Signed-off-by: Ira Rice <irarice@gmail.com>
2009-02-12Updated version to 0.0.28.1Bjørn Lindeijer2-16/+10
Also updated NEWS file with changes since 0.0.28.
2009-02-09Merged with Aethyra master as of 2009-01-27Bjørn Lindeijer2-3/+5
Conflicts: Almost everywhere.
2009-01-24Version updated to 0.0.28Bjørn Lindeijer2-1/+9
To be released hopefully tomorrow.
2009-01-16Candidate release for 0.0.27.1 (Windows needs to get colors fixed, andIra Rice2-1/+7
then this build might be official) Signed-off-by: Ira Rice <irarice@gmail.com>
2008-12-09Changed a few references to the SVN so that it uses www.aethyra.org instead ↵Victor Fury1-1/+1
of 209.168.213.109 Changed a few references to aethyra.com to the appropriate aethyra.org values. There's a few other minor changes that mostly just replace references to TMW that are not essential with Aethyra references.
2008-12-09Updated release date for 0.0.27v0.0.27Bjørn Lindeijer2-2/+3
2008-12-07Fixed a few help files that got messed up a few commits ago.Ira Rice4-87/+4
Signed-off-by: Ira Rice <irarice@gmail.com>
2008-12-07Merge commit 'a7c21e6f8add37af7412449742ec55c8daa8571a'Ira Rice6-0/+100
Conflicts: AUTHORS CMakeLists.txt ChangeLog INSTALL README aethyra.cbp configure.ac data/help/changes.txt data/help/commands.txt data/help/header.txt data/help/support.txt src/Makefile.am src/aethyra.rc src/being.cpp src/being.h src/equipment.cpp src/equipment.h src/floor_item.h src/game.cpp src/gui/buddywindow.cpp src/gui/char_select.cpp src/gui/char_server.cpp src/gui/chat.cpp src/gui/chat.h src/gui/equipmentwindow.cpp src/gui/equipmentwindow.h src/gui/gui.cpp src/gui/inventorywindow.cpp src/gui/inventorywindow.h src/gui/itemcontainer.cpp src/gui/itemcontainer.h src/gui/minimap.cpp src/gui/ministatus.cpp src/gui/newskill.cpp src/gui/npc_text.cpp src/gui/npclistdialog.h src/gui/ok_dialog.cpp src/gui/setup_video.cpp src/gui/skill.cpp src/gui/skill.h src/gui/status.h src/gui/table_model.h src/gui/updatewindow.cpp src/gui/viewport.cpp src/inventory.cpp src/inventory.h src/keyboardconfig.cpp src/keyboardconfig.h src/localplayer.cpp src/localplayer.h src/logindata.h src/main.cpp src/map.cpp src/monster.cpp src/monster.h src/net/beinghandler.cpp src/net/beinghandler.h src/net/buysellhandler.cpp src/net/equipmenthandler.cpp src/net/loginhandler.cpp src/net/loginhandler.h src/net/network.h src/net/npchandler.cpp src/net/playerhandler.cpp src/net/protocol.h src/net/tradehandler.cpp src/npc.cpp src/npc.h src/particleemitter.cpp src/particleemitterprop.h src/player.cpp src/player.h src/player_relations.cpp src/resources/imageset.cpp src/resources/imageset.h src/resources/itemdb.cpp src/resources/mapreader.cpp src/resources/monsterinfo.h src/text.cpp src/text.h src/textmanager.cpp src/textmanager.h src/tileset.h src/utils/fastsqrt.h src/utils/strprintf.cpp src/winver.h tools/tmxcopy/Makefile tools/tmxcopy/base64.cpp tools/tmxcopy/base64.h tools/tmxcopy/tostring.h Signed-off-by: Ira Rice <irarice@gmail.com>
2008-12-07Updated version to 0.0.27Bjørn Lindeijer2-25/+26
2008-12-07Some small updates and reformattingBjørn Lindeijer1-1/+1
2008-12-06Updated link to the forumsBjørn Lindeijer1-1/+1
Only a few years overdue?
2008-12-06Removed the automate cash, as reccommended by Bjorn.Ira Rice1-2/+2
Signed-off-by: Ira Rice <irarice@gmail.com>
2008-11-30Fixed up a few help files, as well as updated their contents to be moreIra Rice3-19/+44
current. This has been neglected for a bit longer than it should have been. Signed-off-by: Ira Rice <irarice@gmail.com>
2008-11-27Add note about using double quotes when whisperingJared Adams1-1/+4
2008-09-16changed client gui and added autobuild.shKevin Day1-3/+1
2008-08-30updated the in game help filesKevin Day8-204/+78
2008-08-28Updated the version to 0.0.26 and updated the AUTHORS file. If you haveBjørn Lindeijer2-17/+8
contributed and I forgot you, please contact me as soon as possible!
2008-08-28Included some documentation for the shortcut window by Vq.Bjørn Lindeijer2-0/+16
2008-07-25Added documentation for F8 to toggle shortcut window.Bjørn Lindeijer1-0/+1
2008-07-25Updated the version to 0.0.25, release planned this Sunday.Bjørn Lindeijer2-13/+21
2008-05-14Added ability to define friends, players you want to ignore or disregard andBjørn Lindeijer1-0/+53
configure whether trading is allowed. Based on new popup code, configuration improvements to store hierarchical data and a table model.
2008-04-25Document anti-trade function.Dennis Friis1-0/+1
2008-04-07Merged changes made for the 0.0.24.1 release (4046:4048 from 0.0.24 branch).Bjørn Lindeijer2-16/+16
2007-12-25Fixed year. :)Bjørn Lindeijer1-1/+1
2007-12-24Updated release date.Bjørn Lindeijer2-11/+25
2007-12-22Updated version to 0.0.24. Release data set to tomorrow, we'll see.Bjørn Lindeijer1-1/+1
2007-06-02Updated version and release date and summarized changes.Bjørn Lindeijer2-96/+53
2007-02-17Updated release date and excluded sprites directory from installed files.Bjørn Lindeijer1-1/+1
2007-02-15Changed version to 0.0.22.2.Bjørn Lindeijer1-1/+1
2007-01-15Updated release date.Eugenio Favalli1-1/+1
2007-01-14Updated version to 0.0.22.1.Bjørn Lindeijer1-1/+1