Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-09-18 | Fixed attribute built-ins display at character's creation. | Yohann Ferreira | 1 | -10/+21 | |
Reviewed-by: Thorbjorn. Resolves: Mana-Mantis #229. | |||||
2010-09-19 | Fix a typo. | Freeyorp | 1 | -1/+1 | |
Trivial fix. | |||||
2010-09-15 | Improve speed in configuration get methods. | Andrei Karas | 2 | -69/+81 | |
Small code style changes Reviewed-by: Bertram. Resolves: Mana-Mantis #227. | |||||
2010-09-13 | Fix loading of manaserv's attributes file | Jared Adams | 2 | -6/+11 | |
Reviewed-by: Bertram | |||||
2010-09-06 | Changed CREATE_ATTRIBUTES_EQUAL_TO_ZERO to OUT_OF_RANGE | Yohann Ferreira | 2 | -3/+6 | |
to fit manaserv latest changes. Reviwed-by: Freeyorp, Thorbjorn. | |||||
2010-08-26 | Fixing segmentation fault when creating a new account | Stefan Dombrowski | 1 | -0/+2 | |
This resolves http://bugs.manasource.org/view.php?id=171 Reviewed-by: Bertram. | |||||
2010-08-26 | Merged testing branch into master. | Yohann Ferreira | 40 | -553/+779 | |
2010-08-18 | Merge branch '1.0' | Thorbjørn Lindeijer | 3 | -11/+34 | |
Conflicts: src/log.cpp | |||||
2010-08-18 | Added a script to make the Mana source distribution | Thorbjørn Lindeijer | 1 | -0/+8 | |
Uses 'git archive' to create a .tar.gz of all the files in the repository. This replaces the 'make dist' target when we stop using automake/autoconf. | |||||
2010-08-17 | Add missing include and add enet files to codeblocks | Stefan Dombrowski | 2 | -8/+24 | |
The missing include generated compiler error on windows. Because of compiler warnings generated by enet, warnings are switched of for: * unknown #pragmas, which are for MSVC compiler * enumeration with missing case Reviewed-by: Bertram | |||||
2010-08-16 | Move more to the event system | Jared Adams | 32 | -362/+472 | |
Most of Net::InventoryHandler is now done through events. The ActorSpriteManager was also replaced by events. A few odds and ends were taken care of too. Reviewed-by: Bertram | |||||
2010-08-16 | Move more to the event system | Jared Adams | 1 | -0/+1 | |
Most of Net::InventoryHandler is now done through events. The ActorSpriteManager was also replaced by events. A few odds and ends were taken care of too. | |||||
2010-08-16 | Update the update-creator.sh script to ignore libs | Jared Adams | 2 | -2/+7 | |
Reviewed-by: Aard | |||||
2010-08-15 | Remove the logToChat option | Chuck Miller | 4 | -24/+5 | |
This is a very old legacy option. Today its not very useful because the logger had become quite verbose that using it during run-time is not helpful. Reviewed-By: Jared Adams Reviewed-By: Freeyorp | |||||
2010-08-15 | Merge branch '1.0' | Chuck Miller | 42 | -223/+6307 | |
Conflicts: mana.cbp mana.files src/CMakeLists.txt src/Makefile.am src/utils/xml.cpp | |||||
2010-08-15 | Add static libraries to .gitignore | Bernd Wachter | 1 | -0/+3 | |
2010-08-15 | Add included enet to CMake | Bernd Wachter | 3 | -3/+66 | |
2010-08-15 | Add enet files | Bernd Wachter | 22 | -0/+5862 | |
2010-08-13 | Add code to change gameservers to manaserv netcode | Jared Adams | 2 | -6/+21 | |
Reviewed-by: Freeyorp | |||||
2010-08-13 | Simplify handling of compressed files | Jared Adams | 10 | -220/+338 | |
ResourceManager will now check for ".gz" and act appropriately (unless told not to). Compression handling functions are now in new utils/zlib files, along with a function to load a file from drive, uncompressing it if it ends in ".gz". Reviewed-by: Freeyorp | |||||
2010-08-13 | Add missing setAttribute for money | Stefan Dombrowski | 1 | -0/+1 | |
Signed-off-by: Jared Adams <jaxad0127@gmail.com> | |||||
2010-08-12 | Simplify working with the event system | Jared Adams | 38 | -229/+184 | |
EventManager has been merged into Event, with some new convinience methods added. Reviewed-by: Chuck Miller | |||||
2010-08-12 | Replace most of Net::NpcHandler with events | Jared Adams | 8 | -164/+134 | |
Reviewed-by: Chuck Miller | |||||
2010-08-12 | Forgot a Label constructor | Jared Adams | 1 | -0/+1 | |
2010-08-12 | Fix some issues in the Event class | Jared Adams | 2 | -10/+10 | |
Reviewed-by: Thorbjørn Lindeijer | |||||
2010-08-12 | Avoid string copy for SpriteDef::getAction | Thorbjørn Lindeijer | 2 | -2/+2 | |
Pass std::string as const & when it makes sense. | |||||
2010-08-12 | Fix Label color handling | Jared Adams | 1 | -1/+1 | |
2010-08-10 | Remove NpcDialog references from netcode | Jared Adams | 9 | -193/+281 | |
Reviewed-by: Chuck Miller | |||||
2010-08-10 | Add some new methods to the Event class | Jared Adams | 2 | -7/+112 | |
Adds get methods with default values, and has methods that return true if the variable exists. Reviewed-by: Chuck Miller | |||||
2010-08-09 | Fix enet version check *again* | Jared Adams | 3 | -2/+8 | |
Reviewed-by: Chuck Miller | |||||
2010-08-09 | Replace remaining gcn::Label instances with Label instances | Jared Adams | 3 | -4/+8 | |
Reviewed-by: Chuck Miller | |||||
2010-08-08 | Do proper checks on the ENet version | Thorbjørn Lindeijer | 2 | -2/+2 | |
The previous check broke compilation against ENet 1.2.2, which does define the version macros but does not have the API changes. | |||||
2010-08-07 | Removed superfluous semicolon | Thorbjørn Lindeijer | 1 | -1/+1 | |
2010-08-05 | Add better XML error logging and do some related cleanup | Jared Adams | 3 | -34/+54 | |
Error details from libxml2 are no longer ignored and are properly logged now. XML initialization code is now in the XML namespace. The XML::Document constructor that took a data pointer was removed because it wasn't being used and it would make the new logging less useful (no filename). Signed-off-by: Chuck Miller | |||||
2010-08-05 | Have Being manage speech creation and add permissions to events | Jared Adams | 7 | -23/+59 | |
The Being and Player Chat events now have the precomuted permissions for SPEECH_LOG and SPEECH_FLOAT. The Being class now acts on those events to show speech (if SPEECH_FLOAT is present). ChatWindow now checks for the SPEECH_LOG permission. Reviewed-by: Freeyorp | |||||
2010-08-04 | Remove some unused headers and fix some chat events | Jared Adams | 8 | -19/+14 | |
Reviewed-by: Chuck Miller | |||||
2010-08-04 | Changed the stats.xml to attributes.xml according to the server commit. | Yohann Ferreira | 3 | -7/+12 | |
Also, fixed a compilation warning about passing a NULL value to a boolean parameter. The built-ins are kept for now. Reviewed-by: Jaxad0127. | |||||
2010-08-03 | Move Theme and UserPalette to the resources folder | Jared Adams | 58 | -87/+86 | |
Reviewed-by: Yohann Ferreira | |||||
2010-08-03 | Merge remote branch 'origin/1.0' | Jared Adams | 8 | -1546/+914 | |
Conflicts: src/net/tmwa/chathandler.cpp | |||||
2010-08-03 | Improve OpenGL speed. | Andrei Karas | 3 | -110/+422 | |
Use batch commands and not selecting already selected texture. Signed-off-by: Jared Adams <jaxad0127@gmail.com> | |||||
2010-08-03 | Fix enet version check | Jared Adams | 2 | -0/+8 | |
Tested-by: BaseBallBoy | |||||
2010-08-03 | Added double click to equip unequip and use items | dweems | 1 | -4/+36 | |
-Double-click items in invetory to equip/unequip -Double-click items in inventory to use Signed-off-by: Jared Adams <jaxad0127@gmail.com> | |||||
2010-08-02 | Fix enet version check | Jared Adams | 2 | -10/+6 | |
Tested-by: BaseBallBoy | |||||
2010-08-02 | Fix some bugs | Jared Adams | 2 | -2/+7 | |
Trivial fixes. | |||||
2010-08-02 | Add support for enet 1.3 | Jared Adams | 2 | -0/+12 | |
Reviewed-by: Yohann Ferreira | |||||
2010-08-02 | Remove non-GUI references to MiniStatusWindow | Jared Adams | 9 | -93/+106 | |
Reviewed-by: Freeyorp | |||||
2010-08-02 | Convert most of the remaining chat system to use the event system | Chuck Miller | 3 | -20/+72 | |
Reviewed-by: Jared Adams | |||||
2010-08-01 | Fix events added in last commit to use ints instead of bools | Jared Adams | 1 | -6/+6 | |
2010-08-01 | Remove isActive methods from NPC dialogs and InventoryWindow | Jared Adams | 10 | -25/+122 | |
Uses counts in PlayerInfo instead. Reviewed-by: Chuck Miller | |||||
2010-08-01 | Remove isActive methods from buy/sell windows | Jared Adams | 15 | -65/+140 | |
Uses a state variable in PlayerInfo instead. Moves isTalking from Being to PlayerInfo. Also some small cleanups. Reviewed-by: Chuck Miller |