summaryrefslogtreecommitdiffstats
path: root/src/Bindings/DeprecatedBindings.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reverted moving Lua to C++.Mattes D2024-03-151-0/+5
* Valid Height is now checked by vector.x12xx12x2022-04-201-1/+1
* Item frame maps (#5258)KingCol132021-07-091-1/+1
* cBlockInfo: further cleanup (#5001)Tiger Wang2020-10-181-121/+0
* Use pitch lookup in noteblock block entity (#4826)12xx122020-09-051-0/+106
* Changed tree-growing functions in cWorld to use Vector3i coords.Mattes D2020-08-271-2/+119
* More Vector3 in cBlockHandler (#4644)Mattes D2020-04-171-0/+38
* Bindings: Allow coercion between Vector3 subtypes. (#4646)Mattes D2020-04-141-58/+0
* Removed the obsolete cTracer class. (#4594)Mattes D2020-04-031-46/+0
* Pulled the BlockID and BlockInfo headers from Globals.h. (#4591)Mattes D2020-04-031-0/+1
* cBlockInfo: Deprecate direct access to variables. (#4184)peterbell102018-02-201-9/+55
* Removed cBlockInfo.m_IsSnowable (#4105)Bond-0092018-01-231-0/+39
* Fixed Clang 5.0 compile errors (#4085)bibo382017-12-211-1/+1
* Represent cItem::m_Lore as an AStringVector (#3882)peterbell102017-08-181-0/+56
* cBlockInfo: Deprecate place soundpeterbell102017-08-071-0/+61
* Remove double includes part 2 (#3890)peterbell102017-08-031-1/+0
* Tracer replacement (#3704)Mattes D2017-05-111-0/+46
* Normalized Vector3 API to use the same capitalization as all else.Mattes D2016-06-101-0/+58
* Some warning fixesJulian Laubstein2015-08-181-24/+40
* Refactored code to use cLuaStateSamuel Barney2015-08-071-27/+18
* Silenced and fixed many warning messages across multiple files.Samuel Barney2015-07-291-35/+35
* BasicStyle: Added missing braces to control statements.Mattes D2014-12-051-0/+14
* clearing CheckBasicStyle.lua messagesp-mcgowan2014-12-031-2/+2
* Mark StringToMobType() as deprecated. Use cMonster:StringToMobType() insteadHowaner2014-11-291-0/+38
* Use cLuaState's stack trace.Howaner2014-11-171-48/+27
* Added UpdateSign() method to DeprecatedBindings.cppHowaner2014-11-171-0/+86
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-18/+18
* Removed a few unnessicary includesTycho2014-09-261-5/+0
* Merge branch 'master' into saplingsandleavesTiger Wang2014-07-201-25/+25
|\
| * Fixed style: spaces after commas.madmaxoft2014-07-191-19/+19
| * Normalized comments.madmaxoft2014-07-171-9/+9
* | Fixed issues relating to saplings and leavesTiger Wang2014-07-171-27/+0
|/
* Removed the bindings to set old g_BlockXXX arrays.Mattes D2014-04-031-297/+65
* 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 Barney2014-03-251-0/+1
* Fixed MSVC warnings in DeprecatedBindings.madmaxoft2014-03-021-8/+76
* GetById => Getandrew2014-03-021-9/+9
* Removed g_BlockXXX arraysandrew2014-03-021-0/+4
* Manually exported g_Block tablesandrew2014-03-021-0/+434