Mathias
f1af280202
Added BACKERS to list of files in Windows build
2016-02-19 18:11:30 +02:00
Mattes D
80e1eb37dd
Renamed leftover strings to Cuberite / Server, as needed.
...
Also upgraded the user setting file for MSVC to 2013.
2016-01-01 21:05:09 +01:00
Mattes D
ecbb857fad
Added brewing.txt to list of files packed with the windows build.
2015-11-10 16:04:48 +01:00
Mattes D
3fb183aaf0
Fixed pack-list for buildservers.
2015-09-06 10:42:44 +02:00
Mattes D
0a24f7977b
Added the Prefabs folder to the files packed by build.
2015-06-30 22:05:21 +02:00
Mattes D
a0a8e78c0d
Added cmdline params for crashdump detailness.
...
Win32-only, also fixed the call scripts.
Fixes #2184 .
2015-06-02 15:19:13 +02:00
Mattes D
b3437c5b01
Added LibEvent license to the binary distribution pack.
2015-01-27 14:53:35 +01:00
Alexander Harkness
13016c6163
Update Zip2008_PDBs.list
2014-09-09 13:27:26 +01:00
Alexander Harkness
130b2b8991
Update Zip2008.list
2014-09-09 13:27:02 +01:00
Mattes D
52dd5ba6dd
Added missing newline.
2014-09-06 19:02:16 +02:00
madmaxoft
29910bc3bd
Win build: put third party licenses into a separate folder.
2014-09-06 13:41:23 +02:00
madmaxoft
036a8ff98e
Added SQLiteCpp library.
...
This provides C++ wrappers for SQLite, making it safer to use in the C++ environment.
2014-07-28 19:59:53 +02:00
madmaxoft
e75f979e01
Fixed Win nightbuilds not producing PDBs.
2014-01-24 10:24:24 +01:00
madmaxoft
0e48fd35bd
Made Lua compila as a standalone DLL on Windows.
...
This enables us to use LuaRocks.
2013-12-03 21:37:34 +01:00
madmaxoft
97b03df372
Fixed Win nightbuild scripts after folder moves.
2013-11-27 14:24:36 +01:00
Tiger Wang
0c2c803a16
Removed settings/webadmin.example.ini files
...
Additionally, added some default plugins to autogeneration. Also moved
nbt examples to docs/NBT Examples.
2013-11-04 22:06:23 +00:00
madmaxoft
b3906500c7
Removed all example ini files from Install.
...
They are copied from MCServer by the nightbuild script.
2013-08-03 20:41:26 +02:00
madmaxoft
3920e872f7
Updated the nightbuild script for Git
2013-07-29 19:53:41 +02:00
Alexander Harkness
53e22b1185
Changed everyting to Unix line endings.
2013-07-29 12:13:03 +01:00
madmaxoft
48cec90c3f
Added Expat and LuaExpat, XML parsing now available in the API.
...
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
2013-04-09 13:43:24 +00:00
madmaxoft@gmail.com
a144681155
Removed an unneeded FTP command template file. ncftp supports everything on the commandline.
...
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1373 0a769ca7-a7f5-676a-18bf-c427514a06d6
2013-04-08 20:52:55 +00:00
madmaxoft@gmail.com
499962029a
Added SQLite and LuaSQLite, Lua plugins can now use SQLite.
...
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1368 0a769ca7-a7f5-676a-18bf-c427514a06d6
2013-04-07 19:28:32 +00:00
madmaxoft@gmail.com
c2288fce98
Fixed a typo in PDB packlist
...
git-svn-id: http://mc-server.googlecode.com/svn/trunk@829 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-09-04 10:37:31 +00:00
madmaxoft@gmail.com
c3fd0bf1a5
Fix for the nightbuild script packing the wrong PDBs
...
git-svn-id: http://mc-server.googlecode.com/svn/trunk@811 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-08-31 16:42:14 +00:00
madmaxoft@gmail.com
39ff5b0985
Fixed nightbuild script after files move.
...
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
2012-08-21 15:25:17 +00:00
faketruth
fa8ae973c4
Updated GNUmakefile to output to MCServer directory
...
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
2012-08-20 12:29:51 +00:00
madmaxoft@gmail.com
2bcbb6c1b8
Removed recipes.txt from nightbuild packing list
...
git-svn-id: http://mc-server.googlecode.com/svn/trunk@608 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-06-14 17:10:19 +00:00
madmaxoft@gmail.com
f8167f3577
Nightbuild: bindings are automatically update before the build
...
git-svn-id: http://mc-server.googlecode.com/svn/trunk@572 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-06-07 20:30:29 +00:00
madmaxoft@gmail.com
c167b4d7a3
Fixed crafting.txt filename in the nighbuild script
...
git-svn-id: http://mc-server.googlecode.com/svn/trunk@553 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-06-04 15:08:06 +00:00
madmaxoft@gmail.com
b355bdecce
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.
...
git-svn-id: http://mc-server.googlecode.com/svn/trunk@549 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-06-04 12:08:20 +00:00
madmaxoft@gmail.com
ff9ae21e6d
Install: added the high_detail_debug and medium_detail_debug scripts
...
git-svn-id: http://mc-server.googlecode.com/svn/trunk@422 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-03-19 14:13:19 +00:00
madmaxoft@gmail.com
d1deba5b56
First attempt at an automated nightbuild script
...
git-svn-id: http://mc-server.googlecode.com/svn/trunk@308 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-02-22 09:02:11 +00:00