| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed bindings for cFile:ReadWholeFile(). | Mattes D | 2015-04-30 | 1 | -7/+38 |
* | Added cBlockArea:GetNonAirCropRelCoords() API function. | Mattes D | 2015-04-29 | 3 | -1/+74 |
* | cPlayer now checks restrictions. | Mattes D | 2015-04-25 | 1 | -0/+32 |
* | Added player restrictions to the DB and API. | Mattes D | 2015-04-25 | 1 | -35/+283 |
* | Plugin removes its command registrations and webtabs when unloaded. | Mattes D | 2015-04-25 | 1 | -0/+5 |
* | Refactored ManualBindings' callbacks using templates. | Mattes D | 2015-04-23 | 3 | -365/+259 |
* | Implemented cPluginManager:DoWithPlugin(), fixed ForEachPlugin(). | Mattes D | 2015-04-23 | 3 | -170/+294 |
* | Added cPluginManager:IsPluginLoaded() API, better load error msgs. | Mattes D | 2015-04-19 | 2 | -5/+42 |
* | Refactored cWebPlugin for C++11 style and proper WebTab clearing. | Mattes D | 2015-04-19 | 5 | -101/+147 |
* | Split the plugin names and plugin folders to avoid confusing them. | Mattes D | 2015-04-19 | 7 | -364/+458 |
* | Removed HOOK_MAX and HOOK_NUM_HOOKS from Lua API. | Mattes D | 2015-04-13 | 1 | -2/+3 |
* | Fixed plugin hook calls when unloading plugins. | Mattes D | 2015-04-10 | 1 | -1/+248 |
* | Merge pull request #1826 from mc-server/UnifyPacketizer | Mattes D | 2015-03-24 | 1 | -1/+5 |
|\ |
|
| * | Changed cEntity::m_UniqueID to UInt32. | Mattes D | 2015-03-21 | 1 | -1/+5 |
* | | cPluginLua:cResettable no longer shares CS with plugin. | Mattes D | 2015-03-20 | 2 | -10/+13 |
* | | Added cPluginLua::cResettable interface, used for scheduled tasks. | Mattes D | 2015-03-20 | 3 | -59/+134 |
|/ |
|
* | Removed unwanted base classes from Lua API. | Mattes D | 2015-03-19 | 1 | -2/+4 |
* | AllToLua: Fixed cMonster inheritance. | Mattes D | 2015-03-19 | 1 | -2/+2 |
* | Improved DoWithID bindings. | Mattes D | 2015-03-19 | 1 | -3/+3 |
* | AllToLua: Removed an unneeded class declaration. | Mattes D | 2015-03-19 | 2 | -8/+2 |
* | AllToLua: Fixed the parse order for bindings generation. | Mattes D | 2015-03-19 | 1 | -26/+45 |
* | Merge pull request #1761 from mc-server/NetworkIPEnum | Mattes D | 2015-03-12 | 1 | -5/+30 |
|\ |
|
| * | cNetwork: Added EnumLocalIPAddresses() function. | Mattes D | 2015-02-22 | 1 | -5/+30 |
* | | Merge pull request #1807 from flx5/master | Mattes D | 2015-03-11 | 6 | -23/+42 |
|\ \ |
|
| * | | Fixed coding conventions for Pull Request #1807 | flx5 | 2015-03-11 | 4 | -23/+26 |
| * | | Fixes #493 and #490 | flx5 | 2015-03-11 | 6 | -12/+28 |
* | | | Merge branch 'master' into Inventory | Howaner | 2015-03-09 | 19 | -3/+2910 |
|\| | |
|
| * | | Added OnTeleportEntity hook for plugins. | joshi07 | 2015-03-05 | 5 | -0/+43 |
| * | | Lua API: Fixed md5 and sha1 hex formatting. | Mattes D | 2015-03-03 | 1 | -4/+4 |
| * | | Fixed operators | STRWarrior | 2015-02-23 | 1 | -6/+6 |
| * | | Added forgotten indent | STRWarrior | 2015-02-23 | 1 | -2/+2 |
| * | | Replaced lua_isXYZ with cLuaState::CheckParamXYZ | STRWarrior | 2015-02-23 | 1 | -12/+13 |
| * | | Exported all compression functions in a new class. | STRWarrior | 2015-02-23 | 1 | -16/+129 |
| * | | Exported CompressString and UncompressString to Lua | STRWarrior | 2015-02-22 | 1 | -0/+37 |
| |/ |
|
| * | Merge pull request #1758 from mc-server/CryptoHashAPI | Mattes D | 2015-02-21 | 1 | -2/+107 |
| |\ |
|
| | * | Added cCryptoHash namespace to Lua API. | Mattes D | 2015-02-21 | 1 | -2/+107 |
| * | | Merge pull request #1755 from mc-server/NetworkUDP | Mattes D | 2015-02-21 | 6 | -31/+620 |
| |\ \
| | |/
| |/| |
|
| | * | cNetwork: Added UDP API. | Mattes D | 2015-02-20 | 6 | -31/+620 |
| * | | Fixed crash when logging nil values. | Matyas Dolak | 2015-02-20 | 1 | -0/+32 |
| |/ |
|
| * | Fixed Linux compilation. | Mattes D | 2015-02-14 | 2 | -2/+2 |
| * | Exported TLS server start on cTCPLink to Lua API. | Mattes D | 2015-02-13 | 3 | -7/+188 |
| * | Exported cTCPLink:Close and :Shutdown() to Lua API. | Mattes D | 2015-02-13 | 1 | -13/+83 |
| * | Fixed Linux compilation. | Mattes D | 2015-02-12 | 1 | -1/+1 |
| * | LuaAPI: Added client TLS support for TCP links. | Mattes D | 2015-02-12 | 5 | -5/+321 |
| * | APIDump: Added cNetwork documentation. | Mattes D | 2015-02-06 | 1 | -1/+1 |
| * | LuaServerHandle: Removed debugging output. | Mattes D | 2015-02-04 | 1 | -4/+0 |
| * | Exported cServerHandle and cNetwork:Listen to Lua. | Mattes D | 2015-02-04 | 9 | -14/+609 |
| * | cNetwork: Exported lookup functions to Lua API. | Mattes D | 2015-02-04 | 5 | -3/+219 |
| * | cNetwork: Exported the Connect() method and cTCPLink class to Lua. | Mattes D | 2015-02-04 | 8 | -1/+614 |
* | | Merge branch 'master' into Inventory | Howaner | 2015-02-06 | 1 | -15/+1 |
|\| |
|
| * | Switched LuaState to use sizeof... | tycho | 2015-01-31 | 1 | -15/+1 |
* | | Merge branch 'master' into Inventory | Howaner | 2015-01-25 | 7 | -23/+41 |
|\| |
|
| * | Merge pull request #1702 from mc-server/chrono | Mattes D | 2015-01-18 | 7 | -5/+13 |
| |\ |
|
| | * | Fixed type-conversion warnings. | Mattes D | 2015-01-18 | 1 | -1/+1 |
| | * | Initial convertion of a_Dt to std::chrono | Tycho | 2015-01-11 | 7 | -5/+13 |
| * | | Fixed CppCheck: (performance) Function parameter should be passed by reference. | Kirill Kirilenko | 2015-01-17 | 2 | -4/+4 |
| |/ |
|
| * | Refactored all player block placing to go through hooks. | Mattes D | 2014-12-24 | 5 | -15/+25 |
* | | C++11 and function rename. | Howaner | 2014-12-17 | 2 | -0/+19 |
|/ |
|
* | Exported cWorld:PrepareChunk to Lua API, test in Debuggers. | Mattes D | 2014-12-12 | 1 | -0/+67 |
* | BasicStyle: Added missing braces to control statements. | Mattes D | 2014-12-05 | 2 | -2/+21 |
* | Fixed the CRAFTING_NO_RECIPE hook call. | Mattes D | 2014-12-04 | 5 | -5/+5 |
* | clearing CheckBasicStyle.lua messages | p-mcgowan | 2014-12-03 | 1 | -2/+2 |
* | Merge branch 'master' into MobSpawner | Howaner | 2014-12-01 | 1 | -0/+38 |
|\ |
|
| * | Mark StringToMobType() as deprecated. Use cMonster:StringToMobType() instead | Howaner | 2014-11-29 | 1 | -0/+38 |
* | | Many api fixes, add vanilla names to mob type -> string functions and mob spawner fixes. | Howaner | 2014-11-29 | 1 | -0/+1 |
|/ |
|
* | Use cLuaState's stack trace. | Howaner | 2014-11-17 | 1 | -48/+27 |
* | Added UpdateSign() method to DeprecatedBindings.cpp | Howaner | 2014-11-17 | 2 | -3/+88 |
* | Fixed a security problem with signs. | Howaner | 2014-11-15 | 1 | -1/+1 |
* | renamed FindAndDoWithUUID to DoWithPlayerByUUID, fixed style and comments, added description to APIDump | Lukas Pioch | 2014-11-05 | 1 | -2/+2 |
* | Added FindAndDoWithUUID | Lukas Pioch | 2014-11-02 | 1 | -0/+2 |
* | cLuaState: Fixed errors on non-existent callbacks. | Mattes D | 2014-10-31 | 1 | -1/+5 |
* | Merged IniFile into main MCS sources. | Mattes D | 2014-10-23 | 2 | -2/+2 |
* | En masse NULL -> nullptr replace | Tiger Wang | 2014-10-23 | 11 | -221/+221 |
* | LuaState: Projectiles are pushed using their full class. | Mattes D | 2014-10-22 | 1 | -1/+1 |
* | Properly exported cItemFrame and cHangingEntity to Lua. | Mattes D | 2014-10-21 | 2 | -0/+4 |
* | Exported individual projectile classes to Lua API. | Mattes D | 2014-10-21 | 2 | -104/+114 |
* | cLuaState: cEntity is pushed with specific type. | Mattes D | 2014-10-21 | 1 | -7/+48 |
* | Fixed a potential crash in cEntity bindings. | Mattes D | 2014-10-20 | 1 | -2/+6 |
* | Found it! | Julian Laubstein | 2014-10-20 | 1 | -1/+1 |
* | Added error message | Julian Laubstein | 2014-10-20 | 1 | -9/+0 |
* | Added error handling to load <plugin> command | Julian Laubstein | 2014-10-20 | 1 | -1/+11 |
* | Fixed minor style issues. | Mattes D | 2014-10-19 | 1 | -1/+1 |
* | cLuaState: cMonster descendants don't push their specific type. | Mattes D | 2014-10-19 | 1 | -1/+10 |
* | cLuaState: cBlockEntity descendants are pushed with proper class type. | Mattes D | 2014-10-19 | 1 | -1/+1 |
* | LuaState: Pushing a cEntity pushes the correct class name. | Mattes D | 2014-10-19 | 1 | -1/+3 |
* | Bindings: Removed obsolete codegen files. | Mattes D | 2014-10-19 | 3 | -237/+0 |
* | Merge pull request #1502 from mc-server/furnaces | Tiger Wang | 2014-10-18 | 1 | -34/+34 |
|\ |
|
| * | Fixed failure for cRankManager to restart | Tiger Wang | 2014-10-18 | 1 | -34/+34 |
* | | LuaChunkStay: Fixed a crash on unused callback. | Mattes D | 2014-10-17 | 1 | -2/+6 |
* | | Use universal references | worktycho | 2014-10-16 | 1 | -4/+4 |
* | | cLuaState::Call() uses variadic templates. | Mattes D | 2014-10-15 | 1 | -3/+75 |
* | | Functions in cPluginManager get references instead of pointers. | Mattes D | 2014-10-15 | 5 | -124/+122 |
* | | Moved a few objects to unique_ptr | tycho | 2014-10-10 | 1 | -1/+1 |
* | | Fixed crash in ForEachEntityInBox API. | madmaxoft | 2014-10-06 | 3 | -6/+18 |
* | | Fixed eMonsterType Lua API mismatch. | madmaxoft | 2014-10-05 | 1 | -0/+1 |
|/ |
|
* | Bindings: Fixed binding for cPlayer::PermissionMatches(). | madmaxoft | 2014-10-01 | 1 | -10/+4 |
* | Renamed GetAllPlayers() to GetAllPlayerUUIDs() | Howaner | 2014-09-29 | 1 | -5/+5 |
* | Fixed SetDefaultRank() return value. | Howaner | 2014-09-28 | 1 | -1/+1 |
* | cRankManager: Added ClearPlayerRanks() | Howaner | 2014-09-28 | 1 | -0/+22 |
* | cRankManager: Added GetAllPlayers() and GetPlayerName() | Howaner | 2014-09-28 | 1 | -0/+61 |
* | Merge pull request #1455 from mc-server/includes | Tiger Wang | 2014-09-26 | 10 | -22/+15 |
|\ |
|
| * | Update Plugin.h | worktycho | 2014-09-26 | 1 | -2/+0 |
| * | Removed a few unnessicary includes | Tycho | 2014-09-26 | 10 | -21/+16 |
* | | Removed more unessicary includes | Tycho | 2014-09-26 | 2 | -2/+0 |
* | | Added first test to show the object can be created | Tycho | 2014-09-17 | 1 | -0/+2 |
|/ |
|
* | Merge remote-tracking branch 'origin/master' into EntitiesInBox | madmaxoft | 2014-09-04 | 1 | -1/+1 |
|\ |
|
| * | Merge pull request #1351 from LO1ZB/remove-a_RelY | Mattes D | 2014-09-03 | 1 | -1/+1 |
| |\ |
|
| | * | remove y-coord from chunks | LO1ZB | 2014-08-28 | 1 | -1/+1 |
* | | | LuaState: Fixed class value-getting off the stack. | madmaxoft | 2014-09-03 | 1 | -4/+4 |
* | | | LuaState: Fixed referenced function pushing. | madmaxoft | 2014-09-03 | 2 | -1/+9 |
* | | | Exported ForEachEntityInBox() to Lua API. | madmaxoft | 2014-09-03 | 1 | -0/+70 |
* | | | Added cWorld::ForEachEntityInBox() | madmaxoft | 2014-09-03 | 2 | -0/+36 |
|/ / |
|
* | | Rewrited furnace.txt loading. | Howaner | 2014-08-31 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'origin/master' into CraftingFixes | Mattes D | 2014-08-28 | 14 | -60/+1268 |
|\| |
|
| * | RankMgr: Exported the default-rank functions. | Mattes D | 2014-08-24 | 1 | -0/+55 |
| * | RankMgr: Unified function signature comments in the bindings. | Mattes D | 2014-08-23 | 2 | -28/+36 |
| * | Merge remote-tracking branch 'origin/master' into Ranks | Mattes D | 2014-08-22 | 10 | -18/+102 |
| |\ |
|
| | * | Fixed cPlugin::OnPlayerMoving signature. | Mattes D | 2014-08-22 | 3 | -3/+3 |
| | * | cLuaState: Fixed Vector3<> names pushed to Lua. | Mattes D | 2014-08-22 | 2 | -5/+44 |
| | * | Sorted the generated param count. | Mattes D | 2014-08-21 | 1 | -1/+1 |
| | * | Fixed a compile-time warning in MSVC. | Mattes D | 2014-08-21 | 1 | -1/+1 |
| | * | Merge pull request #1339 from mc-server/Hooks | STRWarrior | 2014-08-20 | 6 | -0/+45 |
| | |\ |
|
| | | * | Renamed a_Motd to a_ServerDescription. | Howaner | 2014-08-20 | 5 | -7/+7 |
| | | * | Added a_ClientHandle to the HOOK_SERVER_PING hook. | Howaner | 2014-08-20 | 6 | -8/+9 |
| | | * | Cleaned up code. | Howaner | 2014-08-20 | 2 | -847/+1 |
| | | * | Added HOOK_SERVER_PING | Howaner | 2014-08-20 | 6 | -7/+854 |
| | | * | First implementation of HOOK_SERVER_PING. | Howaner | 2014-08-16 | 5 | -0/+43 |
| | * | | Better OnPlayerMoving hook. | Howaner | 2014-08-16 | 5 | -7/+7 |
| | * | | Merge pull request #1308 from mc-server/logger | Mattes D | 2014-08-15 | 2 | -6/+6 |
| | |\ \
| | | |/
| | |/| |
|
| | | * | Fix messing rename | Tycho | 2014-08-12 | 1 | -1/+1 |
| | | * | Renamed Loggers | Tycho | 2014-08-12 | 1 | -5/+5 |
| | | * | First Implementatation of new Loggin framework | Tycho | 2014-08-10 | 2 | -6/+6 |
| * | | | RankMgr: Added cRankManager::RemovePlayerRank(). | Mattes D | 2014-08-21 | 1 | -0/+30 |
| * | | | Removed Group.h from Bindings' dependencies. | Mattes D | 2014-08-21 | 1 | -1/+0 |
| * | | | Removed cGroup and cGroupManager. | Mattes D | 2014-08-21 | 1 | -1/+0 |
| * | | | cMojangAPI: Fixed MakeUUID___() bindings. | Mattes D | 2014-08-21 | 1 | -0/+58 |
| * | | | RankMgr bindings: fixed GetRankVisuals return value. | Mattes D | 2014-08-20 | 1 | -18/+22 |
| * | | | RankMgr: Fixed an ignored return value in the API. | Mattes D | 2014-08-20 | 1 | -2/+2 |
| * | | | cPlayer reads ranks from cRankManager. | Mattes D | 2014-08-19 | 1 | -39/+54 |
| * | | | Merge remote-tracking branch 'origin/master' into Ranks | madmaxoft | 2014-08-12 | 1 | -1/+1 |
| |\| | |
|
| * | | | Fixed unchecked return values. | madmaxoft | 2014-08-11 | 1 | -3/+6 |
| * | | | WebAdmin: Manually exported string conversion functions. | madmaxoft | 2014-08-09 | 1 | -1/+59 |
| * | | | RankMgr: Added GetRankVisuals() function. | madmaxoft | 2014-08-09 | 1 | -2/+38 |
| * | | | Merge remote-tracking branch 'origin/master' into Ranks | madmaxoft | 2014-08-09 | 1 | -1/+28 |
| |\ \ \ |
|
| * | | | | Exported cRankManager to LuaAPI. | madmaxoft | 2014-08-08 | 4 | -1/+891 |
| * | | | | cLuaState: Added GetStackValues() auto-generated templates. | madmaxoft | 2014-08-08 | 1 | -0/+27 |
* | | | | | Fixed spaces after "template" keyword. | Mattes D | 2014-08-28 | 1 | -6/+6 |
| |_|/ /
|/| | | |
|
* | | | | Fixed circular dependecy luaState_Call.inc | Tycho | 2014-08-10 | 1 | -1/+1 |
* | | | | WebAdmin: Manually exported string conversion functions. | madmaxoft | 2014-08-09 | 1 | -1/+59 |
| |/ /
|/| | |
|
* | | | Removed debug message. | Howaner | 2014-08-07 | 1 | -1/+0 |
| |/
|/| |
|
* | | Made lua clamp() compatible with all number types. | Howaner | 2014-08-05 | 1 | -4/+4 |
* | | Added api documentation for Clamp() | Howaner | 2014-08-05 | 1 | -2/+2 |
* | | Added Clamp() function to the lua api. | Howaner | 2014-08-05 | 1 | -0/+28 |
|/ |
|
* | Made AllToLua output consistent | Tiger Wang | 2014-08-04 | 1 | -2/+2 |
* | CheckBasicStyle: multi-level indent change. | madmaxoft | 2014-08-04 | 1 | -0/+2 |
* | cMojangAPI: Added UUID-to-Name lookup. | madmaxoft | 2014-08-03 | 1 | -1/+97 |
* | Merge pull request #1255 from mc-server/NameToUUID | Mattes D | 2014-08-01 | 2 | -0/+72 |
|\ |
|
| * | Merged branch 'master' into NameToUUID. | madmaxoft | 2014-07-31 | 2 | -23/+35 |
| |\ |
|
| * | | MojangAPI: Added a UseCachedOnly param to GetUUIDsFromPlayerNames(). | madmaxoft | 2014-07-31 | 1 | -5/+14 |
| * | | ManualBindings: Fixed alignment. | madmaxoft | 2014-07-30 | 1 | -3/+3 |
| * | | Exported cMojangAPI to Lua. | madmaxoft | 2014-07-30 | 2 | -3/+7 |
| * | | Added a cMojangAPI class for PlayerName -> UUID lookups, with cache. | madmaxoft | 2014-07-30 | 1 | -1/+1 |
| * | | Added cClientHandle:GetUUIDsFromPlayerNames() to Lua API. | madmaxoft | 2014-07-28 | 1 | -3/+62 |
* | | | Exported the beacon. | Howaner | 2014-07-30 | 3 | -0/+4 |
| |/
|/| |
|
* | | Merged branch 'howaner/Options'. | madmaxoft | 2014-07-30 | 1 | -16/+30 |
|\ \ |
|
| * | | Fixed plugin count and fixed plugin loading, when settings.ini was regenerated. | Howaner | 2014-07-27 | 1 | -16/+30 |
| |/ |
|
* | | Fixed "Dependency" typos | archshift | 2014-07-30 | 1 | -2/+2 |
* | | Slight cleanup after portals | Tiger Wang | 2014-07-29 | 1 | -5/+3 |
|/ |
|
* | Removed redundant semicolons and re-added warning | archshift | 2014-07-24 | 1 | -2/+2 |
* | Fixed Bindings generation in MSVC. | madmaxoft | 2014-07-22 | 1 | -2/+2 |
* | Merge remote-tracking branch 'origin/master' into saplingsandleaves | Tiger Wang | 2014-07-22 | 11 | -63/+63 |
|\ |
|
| * | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 2014-07-21 | 11 | -51/+51 |
| * | Style: Normalized spaces after if, for and while. | madmaxoft | 2014-07-21 | 3 | -17/+17 |
* | | Merge branch 'master' into saplingsandleaves | Tiger Wang | 2014-07-20 | 15 | -98/+236 |
|\| |
|
| * | Fixed style: spaces after commas. | madmaxoft | 2014-07-19 | 3 | -34/+33 |
| * | Merge pull request #1214 from mc-server/anti-glob | Mattes D | 2014-07-19 | 1 | -0/+135 |
| |\ |
|
| | * | Fixed MSVC bindings generation. | madmaxoft | 2014-07-19 | 1 | -1/+1 |
| | * | Moved Windows custom command to src/CMakeLists.txt | archshift | 2014-07-19 | 1 | -15/+1 |
| | * | CMakeLists: Moved Bindings-specific code to subdir | archshift | 2014-07-19 | 1 | -0/+111 |
| | * | CMake: Add Bindings library from subdirectory | archshift | 2014-07-19 | 1 | -0/+6 |
| | * | src/CMakeLists.txt: Replaced glob with list of files | archshift | 2014-07-19 | 1 | -0/+32 |
| * | | Renamed AllToLua_lua script. | madmaxoft | 2014-07-19 | 1 | -0/+0 |
| |/ |
|
| * | Basic style fixes. | madmaxoft | 2014-07-17 | 7 | -46/+50 |
| * | Normalized comments. | madmaxoft | 2014-07-17 | 10 | -22/+22 |
* | | Fixed issues relating to saplings and leaves | Tiger Wang | 2014-07-17 | 1 | -27/+0 |
|/ |
|
* | Merge branch 'master' into potions | madmaxoft | 2014-07-17 | 5 | -7/+7 |
|\ |
|
| * | Merge pull request #1193 from mc-server/deathmessages | Mattes D | 2014-07-17 | 5 | -7/+7 |
| |\ |
|
| | * | Resolved backwards compatibility issues | Tiger Wang | 2014-07-16 | 5 | -7/+7 |
| | * | Tailored death messages | Tiger Wang | 2014-07-04 | 5 | -7/+7 |
* | | | For now, removed creator member from Entity Effect for pointer safety | archshift | 2014-07-12 | 5 | -7/+7 |
* | | | Merge remote-tracking branch 'origin/master' into potions | archshift | 2014-07-10 | 11 | -663/+353 |
|\| | |
|
| * | | Merge pull request #1144 from mc-server/LuaCodeGen | Mattes D | 2014-07-06 | 4 | -622/+218 |
| |\ \ |
|
| | * | | Tolua generates LuaState_Call.inc file. | madmaxoft | 2014-07-01 | 3 | -622/+22 |
| | * | | Initial codegen for LuaState_Call.inc. | madmaxoft | 2014-07-01 | 1 | -0/+196 |
| * | | | cPluginManager: Reformatted the switch statement. | madmaxoft | 2014-07-04 | 1 | -7/+34 |
| * | | | Merge remote-tracking branch 'origin/HandleCommand' | madmaxoft | 2014-07-04 | 2 | -30/+36 |
| |\ \ \ |
|
| | * | | | Moved sending error messages to cPluginManager:CallHookChat | STRWarrior | 2014-07-04 | 1 | -4/+6 |
| | * | | | Fixed doxycomments | STRWarrior | 2014-06-28 | 1 | -3/+3 |
| | * | | | (Force)ExecuteCommand returns the CommandResult enums | STRWarrior | 2014-06-18 | 2 | -8/+8 |
| | * | | | Added crBlocked and crNoPermission | STRWarrior | 2014-06-17 | 2 | -2/+4 |
| | * | | | HandleCommand now returns an CommandResult enum. | STRWarrior | 2014-06-17 | 2 | -23/+19 |
| | * | | | Fixed possible confusion. | STRWarrior | 2014-06-17 | 2 | -2/+8 |
| * | | | | Changed OnWeatherChanging hook to always read the returned weather. | madmaxoft | 2014-07-03 | 3 | -4/+18 |
| | |_|/
| |/| | |
|
| * | | | Merge pull request #1139 from Howaner/Hooks | Mattes D | 2014-07-02 | 5 | -0/+43 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | Removed foodlevel-change possibility. Plugins can cancel the event and use cPlayer:SetFoodLevel() | Howaner | 2014-07-02 | 5 | -6/+6 |
| | * | | Fixes. | Howaner | 2014-06-30 | 1 | -1/+1 |
| | * | | Add new hook: HOOK_PLAYER_FOOD_LEVEL_CHANGE | Howaner | 2014-06-30 | 5 | -0/+43 |
| * | | | Fixed a possibly unused variable. | madmaxoft | 2014-07-01 | 1 | -1/+1 |
| |/ / |
|
| * | | Fixed a silly path error in #include. | Mattes D | 2014-06-28 | 1 | -1/+1 |
| * | | Removed the md5 library, obsoleted by PolarSSL. | Mattes D | 2014-06-27 | 1 | -5/+6 |
| * | | Nullify deleted pointers. | archshift | 2014-06-19 | 3 | -0/+3 |
| |/ |
|
* | | EntityEffects.x -> EntityEffect.x, Object-Oriented effects | archshift | 2014-06-19 | 1 | -1/+1 |
* | | Added the OnEntityAddEffect hook. | madmaxoft | 2014-06-17 | 5 | -0/+46 |
* | | Moved Effects.h to EntityEffects.h, added initial impl | archshift | 2014-06-17 | 1 | -1/+1 |
|/ |
|
* | Fixed bindings generation for Win64 builds. | Mattes D | 2014-06-14 | 2 | -0/+1 |
* | Reduced cPluginManager code duplication | Tiger Wang | 2014-06-14 | 1 | -286/+178 |
* | automaticlly build tolua and generate bindings as part of build. | tycho | 2014-06-12 | 1 | -0/+0 |
* | Added cBlockArea:GetCoordRange to Lua API. | madmaxoft | 2014-06-11 | 1 | -0/+32 |
* | ToLua can now be run in pure-lua mode. | madmaxoft | 2014-06-09 | 1 | -0/+27 |
* | Fixed OnProjectileHitBlock bindings. | madmaxoft | 2014-06-03 | 3 | -82/+111 |
* | Merge pull request #844 from mc-server/ProjectileHitBlock | Mattes D | 2014-06-01 | 5 | -7/+7 |
|\ |
|
| * | Made a_BlockHitPos a reference | STRWarrior | 2014-06-01 | 5 | -6/+6 |
| * | Used recommendations | STRWarrior | 2014-05-31 | 5 | -7/+7 |
| * | Using recommendations (I think) | STRWarrior | 2014-03-30 | 5 | -5/+5 |
| * | Added a BlockHitPos parameter to OnProjectileHitBlock | STRWarrior | 2014-03-30 | 5 | -7/+7 |
| * | Added a blockface parameter to the OnProjectileHitBlock hook. | STRWarrior | 2014-03-30 | 5 | -7/+7 |
* | | Fixed bindings for cCompositeChat:SetMessageType(). | madmaxoft | 2014-05-30 | 1 | -2/+2 |
* | | Merge pull request #998 from mc-server/StatManager | Mattes D | 2014-05-18 | 1 | -0/+1 |
|\ \ |
|
| * | | Statistic Manager | andrew | 2014-05-11 | 1 | -0/+1 |
* | | | Fixed the console saying no plugins are loaded. | STRWarrior | 2014-05-10 | 1 | -1/+1 |
|/ / |
|
* | | Fixed MSVC 64-bit build warnings. | Mattes D | 2014-05-09 | 2 | -5/+6 |
* | | HOOK_DISCONNECT has cClientHandle as its first parameter. | madmaxoft | 2014-05-02 | 5 | -7/+7 |
* | | Fixed warnings in ManualBindings. | madmaxoft | 2014-05-01 | 1 | -20/+20 |
* | | Fixed warnings in Lua helpers. | madmaxoft | 2014-05-01 | 2 | -3/+3 |
* | | Fixed OnPluginMessage hook not exiting early. | Tycho | 2014-04-27 | 1 | -1/+1 |
* | | Fixed a memory leak in tolua_cWorld_ChunkStay. (CID 43618) | jfhumann | 2014-04-26 | 1 | -1/+4 |
* | | Updated the tolua executable for Windows. | madmaxoft | 2014-04-06 | 1 | -0/+0 |
* | | Removed the bindings to set old g_BlockXXX arrays. | Mattes D | 2014-04-03 | 1 | -297/+65 |
* | | Merge branch 'MacFixes' | Tycho | 2014-04-02 | 6 | -2/+10 |
|\ \ |
|
| * | | More fixes to get it to compile for me on Mac 10.9. Mostly just newline additions, but some of the unused variables were causing errors, so I wrapped them in #ifndef __APPLE__ calls, since I didn't know if they were going to be used in the future. | Samuel Barney | 2014-03-25 | 6 | -2/+10 |
* | | | Exported the Base64 encoding and decoding functions to Lua API. | madmaxoft | 2014-04-01 | 1 | -0/+46 |
* | | | LOG() API reads the LogLevel from the cCompositeChat's MessageType. | madmaxoft | 2014-04-01 | 1 | -4/+13 |
* | | | Console logging supports cCompositeChat as its parameters. | madmaxoft | 2014-03-31 | 1 | -12/+34 |
* | | | Merge pull request #842 from mc-server/ProjectileHooks | Mattes D | 2014-03-29 | 7 | -0/+107 |
|\ \ \
| | |/
| |/| |
|
| * | | Added HOOK_PROJECTILE_HIT_BLOCK. | STRWarrior | 2014-03-29 | 5 | -0/+45 |
| * | | Fixed error when the hook gets called. | STRWarrior | 2014-03-29 | 2 | -0/+14 |
| * | | Added HOOK_PROJECTILE_HIT_ENTITY | STRWarrior | 2014-03-29 | 5 | -0/+48 |
* | | | Renamed lua dll for tolua++.exe. | madmaxoft | 2014-03-29 | 1 | -0/+0 |
|/ / |
|
* | | Fixed non-virtual destructors warnings. | madmaxoft | 2014-03-28 | 1 | -0/+2 |
* | | Add SpreadSource | Howaner | 2014-03-27 | 5 | -7/+7 |
* | | Add HOOK_BLOCK_SPREAD | Howaner | 2014-03-27 | 5 | -0/+46 |
|/ |
|
* | Updated the ToLua windows executable. | madmaxoft | 2014-03-23 | 1 | -0/+0 |
* | Updated the tolua++ executable for Win builds. | madmaxoft | 2014-03-20 | 1 | -0/+0 |
* | Made pushing plain pointer to Lua a valid operation, with a warning. | madmaxoft | 2014-03-20 | 2 | -3/+4 |
* | Errors in Lua don't include the error handler in the stack trace. | madmaxoft | 2014-03-19 | 2 | -7/+7 |
* | LuaChunkStay: Removed a debugging output. | madmaxoft | 2014-03-19 | 1 | -3/+0 |
* | Merge pull request #800 from mc-server/EntireCommandError | Mattes D | 2014-03-15 | 1 | -1/+1 |
|\ |
|
| * | The entire unknown command is echoed back to the user on error. | madmaxoft | 2014-03-12 | 1 | -1/+1 |
* | | Added Noreturn attribtes to a couple of functions and made a missing noreturn an error | Tycho | 2014-03-14 | 1 | -1/+1 |
* | | Merge branch 'master' into warnings | Tycho | 2014-03-14 | 1 | -1/+4 |
|\ \ |
|
| * | | cPlugin:BindConsoleCommand can be called statically. | madmaxoft | 2014-03-14 | 1 | -1/+4 |
* | | | Merge branch 'master' into warnings | Tycho | 2014-03-14 | 1 | -2/+4 |
|\| | |
|
| * | | cPluginManager:Bind[Console]Command returns true on success. | madmaxoft | 2014-03-14 | 1 | -2/+4 |
* | | | Merge branch 'Werror' into warnings | Tycho | 2014-03-12 | 4 | -11/+25 |
|\| | |
|
| * | | Merge remote-tracking branch 'xdot/master' | madmaxoft | 2014-03-12 | 2 | -5/+9 |
| |\ \ |
|
| | * | | Unified Matrix4 code | andrew | 2014-03-11 | 1 | -1/+0 |
| | * | | Unified Vector classes | andrew | 2014-03-11 | 2 | -4/+9 |
| * | | | Fixed Lua string return values. | madmaxoft | 2014-03-12 | 1 | -4/+0 |
| | |/
| |/| |
|
| * | | Moved Lua API registering into a separate function. | madmaxoft | 2014-03-12 | 3 | -2/+16 |
| |/ |
|
* / | Fixed a load of format string errors | Tycho | 2014-03-11 | 1 | -1/+3 |
|/ |
|
* | Merge branch 'master' into warnings | Tycho | 2014-03-08 | 1 | -3/+7 |
|\ |
|
| * | Fixed cBlockArea schematic string saving signature. | madmaxoft | 2014-03-07 | 1 | -3/+7 |
* | | Fixed warnings | Tycho | 2014-03-07 | 1 | -0/+1 |
|/ |
|
* | Merge pull request #763 from Howaner/BlockEntitys | Mattes D | 2014-03-07 | 2 | -1/+5 |
|\ |
|
| * | Add Lua Bindings for FlowerPotEntity.h and add documentation. | Howaner | 2014-03-07 | 2 | -1/+3 |
| * | Add Flower Pots | Howaner | 2014-03-07 | 1 | -0/+2 |
* | | Fixed a typo. | madmaxoft | 2014-03-07 | 1 | -4/+4 |
* | | Added cBlockArea serialization to string. | madmaxoft | 2014-03-07 | 1 | -6/+67 |
|/ |
|
* | Manually exported cCompositeChat modifiers. | madmaxoft | 2014-03-04 | 1 | -0/+258 |
* | cLuaState: Made public the GetStackValue() functions. | madmaxoft | 2014-03-04 | 2 | -54/+61 |
* | Fixed MSVC warnings in DeprecatedBindings. | madmaxoft | 2014-03-02 | 1 | -8/+76 |
* | GetById => Get | andrew | 2014-03-02 | 1 | -9/+9 |
* | Removed g_BlockXXX arrays | andrew | 2014-03-02 | 1 | -0/+4 |
* | Manually exported g_Block tables | andrew | 2014-03-02 | 3 | -0/+444 |
* | Exported cBlockInfo | andrew | 2014-03-02 | 1 | -0/+1 |
* | Exported cScoreboard::ForEachTeam | andrew | 2014-03-01 | 1 | -0/+1 |
* | Exported cScoreboard::ForEachObjective | andrew | 2014-03-01 | 1 | -0/+4 |
* | Exported and documented cScoreboard | andrew | 2014-03-01 | 1 | -0/+1 |
* | Attempted fix for several GCC warnings. | madmaxoft | 2014-02-26 | 2 | -2/+14 |
* | Fixed tolua export for Byte. | madmaxoft | 2014-02-24 | 1 | -0/+7 |
* | Merge pull request #669 from xdot/master | Tiger Wang | 2014-02-24 | 2 | -0/+7 |
|\ |
|
| * | Manually exported DoWithMap | andrew | 2014-02-23 | 1 | -0/+4 |
| * | Documented and exported cMapManager | andrew | 2014-02-23 | 1 | -0/+1 |
| * | Documented and exported cMap | andrew | 2014-02-22 | 1 | -0/+1 |
| * | Manual merge (Fixed conflicts) | andrew | 2014-02-20 | 7 | -30/+150 |
| |\ |
|
| * | | Send map when selected | andrew | 2014-02-14 | 1 | -0/+1 |
* | | | Added cBlockArea:GetSize() and :GetOrigin() to Lua API. | madmaxoft | 2014-02-23 | 1 | -0/+64 |
| |/
|/| |
|
* | | Fixed bindings for cBlockArea:Get(Rel)BlockTypeMeta(). | madmaxoft | 2014-02-20 | 1 | -29/+104 |
* | | Merge pull request #697 from Howaner/Skull | Mattes D | 2014-02-19 | 1 | -0/+2 |
|\ \ |
|
| * | | Rename SkullEntity to MobHeadEntity | Howaner | 2014-02-19 | 1 | -2/+2 |
| * | | Add Heads completely | Howaner | 2014-02-18 | 1 | -0/+2 |
* | | | Properly exported and documented paintings | Tiger Wang | 2014-02-18 | 1 | -0/+1 |
* | | | Added cPluginManager:GetPluginsPath() to the Lua API. | madmaxoft | 2014-02-17 | 2 | -1/+5 |
* | | | Add Lua plugin path to package.path and .cpath. | madmaxoft | 2014-02-17 | 3 | -0/+37 |
|/ / |
|
* / | Implemented cCompositeChat. | madmaxoft | 2014-02-15 | 1 | -0/+1 |
|/ |
|
* | cWorld:ChunkStay() accepts nils as callbacks. | madmaxoft | 2014-02-11 | 1 | -5/+3 |
* | Added cLuaState::CheckParamFunctionOrNil(). | madmaxoft | 2014-02-11 | 2 | -2/+37 |
* | Fixed nested plugin function calls. | madmaxoft | 2014-02-11 | 1 | -6/+9 |
* | Rewritten Lua ChunkStay API into a single function, cWorld:ChunkStay(). | madmaxoft | 2014-02-10 | 4 | -64/+172 |
* | cLuaState: Stack traces don't include ghost 0-th element. | madmaxoft | 2014-02-10 | 1 | -1/+1 |
* | Added cPluginLua::cOperation. | madmaxoft | 2014-02-10 | 1 | -1/+27 |
* | First working version of cLuaChunkStay. | madmaxoft | 2014-02-09 | 3 | -16/+91 |
* | Initial Lua cChunkStay export. | madmaxoft | 2014-02-09 | 3 | -0/+112 |
* | cLuaState::cRef can be unbound and re-bound. | madmaxoft | 2014-02-09 | 2 | -9/+60 |
* | Merge remote-tracking branch 'origin/master' into playerimprovements | Tiger Wang | 2014-02-09 | 1 | -1/+16 |
|\ |
|
| * | Fixed cWorld:TryGetHeight() API. | madmaxoft | 2014-02-08 | 1 | -1/+5 |
| * | Added cPluginManager:LogStackTrace() to the Lua API. | madmaxoft | 2014-02-05 | 1 | -0/+11 |
* | | Merge branch 'master' into playerimprovements | Tiger Wang | 2014-02-09 | 2 | -7/+16 |
|\| |
|
| * | Fixed a gcc warning in ManualBindings. | madmaxoft | 2014-02-04 | 1 | -2/+2 |
| * | Removed a useless check in cLuaState. | madmaxoft | 2014-02-04 | 1 | -3/+1 |
| * | Fixed calling plugins with userdata params. | madmaxoft | 2014-02-04 | 1 | -0/+1 |
| * | Removed a leftover debug message. | madmaxoft | 2014-02-04 | 1 | -1/+0 |
| * | Fixed error handling in cPluginManager:CallPlugin() API. | madmaxoft | 2014-02-04 | 1 | -2/+5 |
| * | Improved error resistance in cPluginManager:CallPlugin(). | madmaxoft | 2014-02-04 | 1 | -0/+8 |
* | | Server internally uses new functions | Tiger Wang | 2014-02-06 | 1 | -2/+2 |
|/ |
|
* | Merge pull request #585 from daniel0916/hooks | Mattes D | 2014-02-01 | 5 | -0/+45 |
|\ |
|
| * | Removed "player destroying" hook | daniel0916 | 2014-02-01 | 5 | -45/+0 |
| * | Added "player destroying" and "player destroyed" hooks | daniel0916 | 2014-01-25 | 5 | -0/+90 |
* | | Fixed cLineBlockTracer:Trace() signature. | madmaxoft | 2014-01-31 | 1 | -13/+27 |
* | | Added cPluginManager:BindCommand() form to the API. | madmaxoft | 2014-01-31 | 1 | -1/+4 |
* | | Lua: Fixed an error in table-functions callbacks. | madmaxoft | 2014-01-29 | 1 | -1/+5 |
* | | Plugin files are loaded in alphabetical order. | madmaxoft | 2014-01-29 | 1 | -17/+35 |
* | | Merge pull request #589 from mc-server/minecartimprovements | Mattes D | 2014-01-26 | 1 | -0/+4 |
|\ \ |
|
| * | | Reduced unnecessary echoes (thanks xoft) | Tiger Wang | 2014-01-26 | 1 | -5/+3 |
| * | | Improved AllToLua UI experience | Tiger Wang | 2014-01-25 | 1 | -2/+8 |
* | | | Merge pull request #575 from worktycho/GeneratingBenchmark | Mattes D | 2014-01-25 | 1 | -0/+64 |
|\ \ \ |
|
| * | | | Stupid Mistake fixed | Tycho | 2014-01-25 | 1 | -2/+2 |
| * | | | Fixed exports | Tycho | 2014-01-25 | 2 | -3/+0 |
| * | | | Fixed spelling error | Tycho | 2014-01-22 | 2 | -2/+2 |
| * | | | Added manual bindings for moved functions | Tycho | 2014-01-22 | 2 | -0/+67 |
* | | | | Bugfixes | Tycho | 2014-01-23 | 1 | -10/+0 |
* | | | | added dependecies for bindings regen | Tycho | 2014-01-23 | 1 | -14/+0 |
* | | | | Fixed crash while calling disabled plugins. | madmaxoft | 2014-01-23 | 1 | -1/+1 |
|/ / / |
|
* | / | Implemented cPluginManager:CallPlugin() API. | madmaxoft | 2014-01-21 | 7 | -214/+471 |
| |/
|/| |
|
* | | Changed the cWorld::ScheduleTask() signature. | madmaxoft | 2014-01-19 | 1 | -10/+14 |
* | | cLuaState can now check function params. | madmaxoft | 2014-01-19 | 2 | -0/+37 |
|/ |
|
* | Exported cFloater to the Lua API. | STRWarrior | 2014-01-19 | 1 | -0/+1 |
* | Command blocks: Execute() | andrew | 2014-01-18 | 1 | -10/+12 |
* | Fixed whitespace in previous commit. | madmaxoft | 2014-01-16 | 1 | -1/+1 |
* | Finished exporting cWorld:ScheduleTask() to Lua API. | madmaxoft | 2014-01-16 | 1 | -1/+15 |
* | Merge pull request #542 from worktycho/schedular | Mattes D | 2014-01-15 | 1 | -4/+58 |
|\ |
|
| * | added cWorld::ScheduleTask Function | Tycho | 2014-01-14 | 1 | -4/+58 |
* | | Merge pull request #538 from mc-server/minecarts | Mattes D | 2014-01-15 | 1 | -3/+3 |
|\ \
| |/
|/| |
|
| * | Fixed settings plugin generation after IniFile | Tiger Wang | 2014-01-12 | 1 | -3/+3 |
* | | Generating the bindings outputs a message at the end. | madmaxoft | 2014-01-13 | 1 | -0/+8 |
* | | cCreeper is no longer available in API. | madmaxoft | 2014-01-13 | 3 | -14/+1 |
|/ |
|
* | Disabled a useless MSVC warning in Bindings.cpp. | madmaxoft | 2014-01-12 | 1 | -0/+6 |
* | Merge pull request #532 from mc-server/LuaStateErrorHandler | Mattes D | 2014-01-12 | 5 | -252/+130 |
|\ |
|
| * | Lua errors display stack trace. | madmaxoft | 2014-01-11 | 2 | -3/+27 |
| * | Removed internal methods from public cLuaState interface. | madmaxoft | 2014-01-11 | 3 | -119/+103 |
| * | Removed an unused file. | madmaxoft | 2014-01-11 | 2 | -130/+0 |
* | | Merge pull request #527 from derouinw/biomessplit | Mattes D | 2014-01-11 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | Move biome definition to separate files | Bill Derouin | 2014-01-09 | 1 | -0/+1 |
* | | Removed unused variables. | madmaxoft | 2014-01-11 | 1 | -2/+0 |
|/ |
|
* | Exported cClientHandle::SendPluginMessage() to Lua. | madmaxoft | 2014-01-09 | 1 | -0/+30 |
* | A couple touchups | Bill Derouin | 2014-01-08 | 1 | -2/+3 |
* | Add missing plugin error | Bill Derouin | 2014-01-07 | 1 | -0/+12 |
* | Plugin messages are received and handed to plugins. | madmaxoft | 2014-01-07 | 5 | -1/+57 |
* | Removed a debugging log output in cPluginManager:AddHook(). | madmaxoft | 2014-01-07 | 1 | -1/+0 |
* | LuaState can push strings with embedded NULs. | madmaxoft | 2014-01-07 | 1 | -1/+1 |
* | Fixed cPluginManager:AddHook() binding. | madmaxoft | 2014-01-05 | 1 | -6/+13 |
* | Merge pull request #479 from mc-server/cmake-win | Mattes D | 2014-01-02 | 1 | -9/+14 |
|\ |
|
| * | Added support for out-of-source builds. | madmaxoft | 2013-12-28 | 1 | -9/+14 |
* | | OnPlayerFishing doesn't have a const cItems anymore | STRWarrior | 2014-01-01 | 5 | -5/+5 |
* | | implemented the recommendations Xoft gave. | STRWarrior | 2013-12-31 | 7 | -12/+25 |
* | | Implented OnPlayerFishing and OnPlayerFished. | STRWarrior | 2013-12-30 | 5 | -0/+90 |
* | | converted commneted paramater names to the unused macro | Tycho Bickerstaff | 2013-12-22 | 1 | -20/+41 |
* | | Merge branch 'master' of github.com:mc-server/MCServer | Tycho Bickerstaff | 2013-12-22 | 8 | -17/+73 |
|\ \ |
|
| * | | Added HOOK_PLUGINS_LOADED. | madmaxoft | 2013-12-29 | 6 | -3/+64 |
| |/ |
|
| * | Made cmake compilation possible on Windows. | madmaxoft | 2013-12-27 | 1 | -2/+2 |
| * | Replaced esCreeper with esMonster. | madmaxoft | 2013-12-23 | 1 | -1/+1 |
| * | Bindings regen script updated. | madmaxoft | 2013-12-21 | 1 | -11/+6 |
* | | Root is now warnings clean | Tycho Bickerstaff | 2013-12-21 | 2 | -21/+21 |
|/ |
|
* | fixed include of math on windows | tycho | 2013-12-20 | 1 | -1/+1 |
* | added expat as lua bindings dependincy | Tycho Bickerstaff | 2013-12-19 | 1 | -1/+1 |
* | added all cpp files to bindings | Tycho Bickerstaff | 2013-12-19 | 1 | -1/+4 |
* | Merge branch 'master' into cmake | Tycho Bickerstaff | 2013-12-19 | 2 | -9/+23 |
|\ |
|
| * | Prettified command error messages | Tiger Wang | 2013-12-18 | 2 | -9/+23 |
* | | fixed bindings generation | Tycho Bickerstaff | 2013-12-19 | 1 | -8/+2 |
* | | bindings regenration logic | Tycho Bickerstaff | 2013-12-19 | 3 | -32240/+8 |
* | | Merge branch 'master' into cmake | Tycho Bickerstaff | 2013-12-18 | 11 | -29/+364 |
|\| |
|
| * | Renamed back EntityAnimation to PlayerAnimation | Tiger Wang | 2013-12-18 | 7 | -14/+50 |
| * | Fixed multiple inheritance in ToLua++. | madmaxoft | 2013-12-16 | 3 | -16/+107 |
| * | Exported to Lua | STRWarrior | 2013-12-15 | 2 | -10/+10 |
| * | This adds a function that allows you to 'shoot' a player towards a direction. | STRWarrior | 2013-12-15 | 2 | -2/+36 |
| * | Exported Set and Get functions to Lua. | STRWarrior | 2013-12-15 | 2 | -2/+136 |
| * | Merge pull request #431 from mc-server/Entity_Effects | Mattes D | 2013-12-14 | 3 | -3/+28 |
| |\ |
|
| | * | Exported E_EFFECTS_<Effect> to lua. Forgot to commit Globals.h. | STRWarrior | 2013-12-14 | 3 | -3/+28 |
| * | | Added tolua++ redirection include. | madmaxoft | 2013-12-14 | 1 | -0/+13 |
| * | | Merge pull request #430 from mc-server/redstoneimprovements | Mattes D | 2013-12-14 | 1 | -0/+2 |
| |\ \
| | |/
| |/| |
|
| | * | Implemented note block playing and fixed wire | Tiger Wang | 2013-12-14 | 1 | -0/+2 |
* | | | Merge branch 'master' into cmake | Tycho Bickerstaff | 2013-12-11 | 8 | -7/+156 |
|\| | |
|
| * | | Exported the cTNTEntity | STRWarrior | 2013-12-14 | 3 | -7/+79 |
| |/ |
|
| * | Added a HOOK_WORLD_STARTED hook and a cRoot::CreateAndInitializeWorld function for plugins. | STRWarrior | 2013-12-11 | 7 | -2/+79 |
* | | added tolua++ command and removed stackwalker from build | Tycho Bickerstaff | 2013-12-10 | 1 | -4/+6 |
* | | more cmake changes | Tycho Bickerstaff | 2013-12-10 | 1 | -0/+7 |
* | | more cmake | Tycho Bickerstaff | 2013-12-10 | 1 | -1/+1 |
* | | started work on cmake | Tycho Bickerstaff | 2013-12-10 | 1 | -0/+7 |
|/ |
|
* | Fix Undefined behavior at Bindings/LuaWindow line 32 | worktycho | 2013-12-09 | 1 | -1/+4 |
* | Fixed tolua++ compilation. | madmaxoft | 2013-12-08 | 7 | -192/+5 |
* | Fixed VS2008 compilation after those huge changes. | madmaxoft | 2013-12-08 | 2 | -5/+7 |
* | Merge branch 'master' of https://github.com/mc-server/MCServer into fixesnfeatures | Tiger Wang | 2013-12-08 | 5 | -11/+11 |
* | Fixed normalizing large angles. | madmaxoft | 2013-12-08 | 2 | -2/+32 |
* | Moved bindings-related to a Bindings subfolder. | madmaxoft | 2013-12-08 | 25 | -0/+41155 |