Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added cmdline params for crashdump detailness. | Mattes D | 2015-06-02 | 2 | -2/+2 |
| | | | | | Win32-only, also fixed the call scripts. Fixes #2184. | ||||
* | Added LibEvent license to the binary distribution pack. | Mattes D | 2015-01-27 | 1 | -0/+99 |
| | |||||
* | Update Zip2008_PDBs.list | Alexander Harkness | 2014-09-09 | 1 | -1/+2 |
| | |||||
* | Update Zip2008.list | Alexander Harkness | 2014-09-09 | 1 | -0/+1 |
| | |||||
* | Added missing newline. | Mattes D | 2014-09-06 | 1 | -1/+1 |
| | |||||
* | Win build: put third party licenses into a separate folder. | madmaxoft | 2014-09-06 | 6 | -5/+1 |
| | |||||
* | Added SQLiteCpp library. | madmaxoft | 2014-07-28 | 2 | -0/+21 |
| | | | | This provides C++ wrappers for SQLite, making it safer to use in the C++ environment. | ||||
* | Fixed Win nightbuilds not producing PDBs. | madmaxoft | 2014-01-24 | 1 | -7/+1 |
| | |||||
* | Made Lua compila as a standalone DLL on Windows. | madmaxoft | 2013-12-03 | 1 | -0/+1 |
| | | | | This enables us to use LuaRocks. | ||||
* | Fixed Win nightbuild scripts after folder moves. | madmaxoft | 2013-11-27 | 1 | -1/+1 |
| | |||||
* | Removed settings/webadmin.example.ini files | Tiger Wang | 2013-11-04 | 1 | -2/+0 |
| | | | | | Additionally, added some default plugins to autogeneration. Also moved nbt examples to docs/NBT Examples. | ||||
* | Removed all example ini files from Install. | madmaxoft | 2013-08-03 | 8 | -77/+4 |
| | | | | They are copied from MCServer by the nightbuild script. | ||||
* | Updated the nightbuild script for Git | madmaxoft | 2013-07-29 | 1 | -0/+3 |
| | |||||
* | Changed everyting to Unix line endings. | Alexander Harkness | 2013-07-29 | 11 | -182/+182 |
| | |||||
* | Added Expat and LuaExpat, XML parsing now available in the API. | madmaxoft | 2013-04-09 | 2 | -0/+121 |
| | | | | | | | FS #336 Windows version only, Linux to be fixed soon. git-svn-id: http://mc-server.googlecode.com/svn/trunk@1374 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Removed an unneeded FTP command template file. ncftp supports everything on the commandline. | madmaxoft@gmail.com | 2013-04-08 | 1 | -7/+0 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1373 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Added SQLite and LuaSQLite, Lua plugins can now use SQLite. | madmaxoft@gmail.com | 2013-04-07 | 2 | -0/+28 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1368 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Fixed a typo in PDB packlist | madmaxoft@gmail.com | 2012-09-04 | 1 | -1/+1 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@829 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Fix for the nightbuild script packing the wrong PDBs | madmaxoft@gmail.com | 2012-08-31 | 1 | -0/+1 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@811 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Fixed nightbuild script after files move. | madmaxoft@gmail.com | 2012-08-21 | 11 | -10/+124 |
| | | | | | | | Also moved licenses and Install-related files to Install folder. The 7z archives are now built inside the Install folder, instead of the root git-svn-id: http://mc-server.googlecode.com/svn/trunk@771 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Updated GNUmakefile to output to MCServer directory | faketruth | 2012-08-20 | 1 | -0/+21 |
| | | | | | | Moved Lua-LICENSE.txt to Install dir (dont know what happened to the other license files :P ) git-svn-id: http://mc-server.googlecode.com/svn/trunk@764 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Removed recipes.txt from nightbuild packing list | madmaxoft@gmail.com | 2012-06-14 | 1 | -1/+0 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@608 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Nightbuild: bindings are automatically update before the build | madmaxoft@gmail.com | 2012-06-07 | 1 | -0/+1 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@572 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Fixed crafting.txt filename in the nighbuild script | madmaxoft@gmail.com | 2012-06-04 | 1 | -1/+1 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@553 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Added the new recipe parser, parsing the crafting.txt file. Included are a few recipes. The old parser still works, but will be replaced soon. | madmaxoft@gmail.com | 2012-06-04 | 1 | -0/+1 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@549 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Install: added the high_detail_debug and medium_detail_debug scripts | madmaxoft@gmail.com | 2012-03-19 | 1 | -0/+1 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@422 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | First attempt at an automated nightbuild script | madmaxoft@gmail.com | 2012-02-22 | 4 | -0/+31 |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@308 0a769ca7-a7f5-676a-18bf-c427514a06d6 |