index
:
anonymous/cuberite
1.14
BlockFixes
BoundingBox
CArrays
Certificates
ChannelManagement
ComponentRewrite
FastNBTTest
FixItemCountFormat
InfoDumpParams
InteractRewrite
LuaNoCpp
LuaStateParamsRead
LuaWebControllers
Megumin
MultiLuaStack
Pickups
PieceGenClosurePieces
ProtocolRefactor
SeeBackup
Sponge
VillagerTrading
WarningsFixes
alwaysTicked
apidump-vscode
biomal-bedrock-shape
books
callbacks
daylightgrowth
dumpinfo-plugin-folder
endgen
fixes
fixesandfeatures
formattingcodes
ghastsounds
infodump-dependencies
issue4106
itemsinicleanup
master
mobs2
serverTick
spawning
threading
A lightweight, fast and extensible game server for Minecraft
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-1
/
+1
*
Fixed bad cmake document interpretation
Tiger Wang
2014-03-23
1
-1
/
+1
*
Merge pull request #826 from worktycho/xxd_check
Mattes D
2014-03-23
1
-6
/
+9
|
\
|
*
Added Additonal check for xxd existance
Tycho
2014-03-22
1
-6
/
+9
*
|
Merge branch 'master' into size_t_lua
Tycho
2014-03-22
10
-2826
/
+3163
|
\
|
|
*
Fixed enum checking functions not being called in generated code
Tycho
2014-03-20
8
-2569
/
+2572
|
*
Fixed bugs in patched tolua output
Tycho
2014-03-19
10
-2211
/
+2531
|
*
Fixed tolua emitting isnumber insteand of is<Enum>
Tycho
2014-03-19
4
-449
/
+462
|
*
Fixed type error in lua bindings
Tycho
2014-03-19
2
-162
/
+163
|
*
Fixed =~ bug
Tycho
2014-03-17
2
-2
/
+2
|
*
Made buffers static const
Tycho
2014-03-16
4
-6
/
+6
*
|
Patched tolua to understand size_t
Tycho
2014-03-15
2
-1
/
+4
|
/
*
Fix indentation
Tycho
2014-03-15
1
-1
/
+1
*
Patched tolua to emit range checks for enums
Tycho
2014-03-15
7
-1747
/
+2302
*
Rewound PolarSSL to master branch.
madmaxoft
2014-03-07
1
-0
/
+0
*
Fixed compatibility with ZeroBraneStudio and LuaRocks.
madmaxoft
2014-02-28
1
-1
/
+5
*
Merge pull request #684 from narroo/Bug402
Mattes D
2014-02-17
2
-1
/
+39
|
\
|
*
Fixed comment typo
narroo
2014-02-17
1
-1
/
+1
|
*
Fixed Comment Typo.
narroo
2014-02-17
1
-1
/
+1
|
*
Fixed the tab spacing.
narroo
2014-02-17
1
-22
/
+22
|
*
Fixed Tab spacing of cases.
narroo
2014-02-17
1
-10
/
+10
|
*
Reworked RemoveBom to use unsigned chars and reverted the logic changes in WriteFile. Should work fine now.
narroo
2014-02-16
1
-82
/
+96
|
*
Changed unsigned char[] back to char[].
narroo
2014-02-16
1
-1
/
+1
|
*
Changed char[] to unsigned char[] in cIniFile::RemoveBom
narroo
2014-02-16
1
-1
/
+1
|
*
Addressed Issue #402. cIniFile can now process UTF-8 files that have a
narroo
2014-02-16
2
-67
/
+91
*
|
Fogot
Tycho
2014-02-16
1
-0
/
+5
*
|
Allow building MCADefrag at the same time as MCServer
Tycho
2014-02-16
1
-6
/
+8
*
|
Added a seperate module for Setting flags
Tycho
2014-02-16
1
-1
/
+1
|
/
*
Fixed bug #385. UnloadUnusedChunks now has the same interface as
narroo
2014-02-11
1
-0
/
+0
*
Updated Core & PolarSSL
Tiger Wang
2014-02-05
1
-0
/
+0
*
Removed CryptoPP files.
madmaxoft
2014-01-22
194
-48168
/
+0
*
Added PolarSSL as a submodule.
madmaxoft
2014-01-22
1
-0
/
+0
*
CMake: Fixed Lua output folder for MSVC2010+.
Mattes D
2014-01-17
1
-2
/
+13
*
CMake: Fixed output paths for all MSVC versions.
madmaxoft
2014-01-16
1
-4
/
+10
*
Another VarArgs fix.
madmaxoft
2014-01-16
1
-4
/
+2
*
Using a 2nd argument instead of va_copy().
madmaxoft
2014-01-15
1
-2
/
+4
*
CMake: Removed SCL warnings from Lua and ZLib.
madmaxoft
2014-01-15
2
-0
/
+9
*
Renamed unused source files from zlib.
madmaxoft
2014-01-13
2
-0
/
+0
*
CMake: Lua DLL is built in the correct folder.
madmaxoft
2014-01-13
1
-0
/
+11
*
Merge pull request #526 from mc-server/IniFileFix
Mattes D
2014-01-12
2
-48
/
+77
|
\
|
*
Fixed reading the files.
madmaxoft
2014-01-11
1
-1
/
+1
|
*
IniFile: Split SetValue() into AddValue() and SetValue().
madmaxoft
2014-01-11
2
-39
/
+76
|
*
Fixed cIniFile's SetValue().
madmaxoft
2014-01-10
1
-9
/
+1
*
|
Fixed the warning in CryptoPP.
madmaxoft
2014-01-11
1
-1
/
+1
*
|
Using dlopen() on all platforms except WIN32.
madmaxoft
2014-01-10
1
-5
/
+1
*
|
Specified the dynamic loader Lua should use.
madmaxoft
2014-01-09
1
-0
/
+9
|
/
*
Fixed FreeBSD compilition
Tycho
2014-01-07
2
-2
/
+2
*
removed tolua++ makefile which is overwritten by cmake
Tycho
2014-01-03
1
-338
/
+0
*
removed lua makefile
Tycho Bickerstaff
2013-12-22
1
-944
/
+0
*
fixed rdynamic as its not acctually needed a cmake handles it, looks like the problem was caused by the linux linker accepting the option twice and the os x linker not
Tycho Bickerstaff
2013-12-22
1
-54
/
+0
*
Fixed unix Lua dependencies.
madmaxoft
2013-12-27
1
-1
/
+1
*
Made cmake compilation possible on Windows.
madmaxoft
2013-12-27
3
-9
/
+36
*
fixed lua dynamic library
Tycho Bickerstaff
2013-12-21
1
-2
/
+2
*
fixed include of math on windows
tycho
2013-12-20
1
-0
/
+2
*
made LUA shared unless STATIC_LUA is set
Tycho Bickerstaff
2013-12-20
1
-0
/
+4
*
fixed lua dependency on libm
Tycho Bickerstaff
2013-12-20
1
-0
/
+1
*
possable fix of typo
Tycho Bickerstaff
2013-12-20
1
-1
/
+1
*
Revert "fixed bad reference to math library"
Tycho Bickerstaff
2013-12-20
1
-2
/
+1
*
Revert "fixed bad reference to math library"
Tycho Bickerstaff
2013-12-20
1
-2
/
+2
*
fixed bad reference to math library
Tycho Bickerstaff
2013-12-20
1
-2
/
+2
*
fixed bad reference to math library
Tycho Bickerstaff
2013-12-20
1
-1
/
+2
*
fixed compile errors with headers and math library
tycho
2013-12-20
1
-1
/
+5
*
added md5 as a dependency for bindings
Tycho Bickerstaff
2013-12-19
1
-0
/
+11
*
added expat as lua bindings dependincy
Tycho Bickerstaff
2013-12-19
4
-19
/
+63
*
compiling sqlite
Tycho Bickerstaff
2013-12-19
1
-0
/
+14
*
fixed bindings generation
Tycho Bickerstaff
2013-12-19
6
-8036
/
+1087
*
Revert "Removed unused ToLua files." to allow the new cmake system to build on tolua++ on linux
Tycho Bickerstaff
2013-12-19
6
-0
/
+16332
*
bindings regenration logic
Tycho Bickerstaff
2013-12-19
3
-132
/
+281
*
added zlib and UI
Tycho Bickerstaff
2013-12-18
1
-0
/
+11
*
added zlib
Tycho Bickerstaff
2013-12-11
1
-1
/
+0
*
more cmake changes
Tycho Bickerstaff
2013-12-10
2
-2
/
+13
*
more cmake
Tycho Bickerstaff
2013-12-10
2
-0
/
+17
*
started work on cmake
Tycho Bickerstaff
2013-12-10
1
-0
/
+7
*
Fixed tolua++ compilation.
madmaxoft
2013-12-08
3
-4
/
+4
*
Removed unused ToLua files.
madmaxoft
2013-12-08
6
-16332
/
+0
*
Removed faulty .gitattributes.
madmaxoft
2013-11-27
1
-8
/
+8
*
Fixed VC2008 compilation, normalized include paths.
madmaxoft
2013-11-27
2
-5
/
+5
*
Fixed all outstanding VS compilation issues
Tiger Wang
2013-11-25
1
-1
/
+1
*
Further attempts to fix compile
Tiger Wang
2013-11-25
3
-7
/
+7
*
Attempt to fix compilation
Tiger Wang
2013-11-24
11
-22
/
+22
*
Moved SQLite, LuaExpat, and MD5 to /lib
Tiger Wang
2013-11-24
8
-0
/
+148557
*
Moved tolua++
Alexander Harkness
2013-11-24
57
-0
/
+25232
*
Moved zlib
Alexander Harkness
2013-11-24
28
-0
/
+13968
*
Moved Lua
Alexander Harkness
2013-11-24
61
-0
/
+17630
*
Moved JSONCPP
Alexander Harkness
2013-11-24
16
-0
/
+6513
*
Moved iniFile
Alexander Harkness
2013-11-24
2
-0
/
+1012
*
Moved expat
Alexander Harkness
2013-11-24
18
-0
/
+13475
*
move cryptopp into lib
Alexander Harkness
2013-11-24
193
-0
/
+48154