Cleaned up main. Also updated the engine.

This commit is contained in:
Relintai 2021-11-19 22:23:27 +01:00
parent 4b53403aec
commit 0e5b1c3cd7
4 changed files with 42 additions and 77 deletions

2
.gitignore vendored
View File

@ -10,6 +10,8 @@ game/.prop_tool_temp/**
.sconsign.dblite
.DS_Store
settings.ini
www/**
data/**
export/**

2
HEADS
View File

@ -1 +1 @@
{"engine": {"master": "000174f3c89174bf2d34a9f890c470daa7a1b998"}}
{"engine": {"master": "5f17d9067651b5bf04bbfa7e7bfdc7e8a761e25d"}}

103
main.cpp

File diff suppressed because one or more lines are too long

12
settings.ini.example Normal file
View File

@ -0,0 +1,12 @@
sites=test1,test2
save_original_data=true
original_data_backend=database
voxday.url=https://test1.net/
voxday.directory=test1
voxday.original_data_table=test1
voxday.url=https://test2.net/
voxday.directory=test2
voxday.original_data_table=test2