Skip to content

Commit

Permalink
2020 edition (#58)
Browse files Browse the repository at this point in the history
* ignore .vscode

* Update README.md

* Remod sync to next version

* Recreated map .ents and added maps to default config (#51)

* Recreated .ents to match current SVN version, added maps to default server config

* Sync with upstream (#52)

* Updated map ents and map lists in server-init.  Added regenbluearmour setting to server-init (#53)

* Message about constant 2 min overtime

* Sync with upstream (#54)

* persistteams fix

* autorecorddemo server var

* autorecorddemo fix

* changed autodemo command var to autorecorddemo

* Updated map ents (#55)

* Updated map ents

* Updated map ents

* Add anet src (#56)

* Remove enet as submodule

* added enet sources

* Sync upstream 20200918 (#57)

* synchronize death counts in multiplayer

* don't save maxhealth on reconnect with new HB

* removed unnecesary plus

* twicked makefiles

* update build instruction

* remove fast-math from build options because of sqlite

* change path to enet libs

* version bump

* r6208 float precision fix

* r6242 cleaner event handling

* r6246 seekdemo command

* r6255 enet 1.3.17

* r6366 make capture base numbers use tag if available

* r6375 add naturalsort comparison

* r6389 naturalsort fix

* r6390 loopsublist

* r6399 chopstr command

* r6404 persistteams init fix

* r6408 autorecorddemo init fix

* r6409 persistteams ctf fix

* r6410 persistteams autoteam fix

* r6423 add some server vars to server-init.cfg

* r6430 bindvar predicates

* r6435 make bindvar use set

* r6436 set command

* r6437 rename print to printvar

* r6438 allow = on vars

* r6445 emuvar support

* r6446 execident usage

* r6449 cleardamagescreen

* r6457 set fix

* r6459 set fix

* cubedoc update

Co-authored-by: subbed74 <[email protected]>
  • Loading branch information
vasyahuyasa and subbed74 authored Dec 4, 2020
1 parent 384e3be commit 6a0169e
Show file tree
Hide file tree
Showing 242 changed files with 9,102 additions and 1,193 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ remod64

# config
server-init.cfg

# unnecessary
.vscode
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

19 changes: 14 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,15 @@ https://hub.docker.com/r/vasyahuyasa/remod
```
git clone https://github.com/vasyahuyasa/remod-sauerbraten.git
cd remod-sauerbraten
git submodule update --init --recursive
cd src
make
```
* Check our [wiki page](https://github.com/vasyahuyasa/remod-sauerbraten/wiki/Installation)

* Check our [wiki page](https://github.com/vasyahuyasa/remod-sauerbraten/wiki/Installation)

## Update GeoIP database

Remod uses GeoLite2 Country database. Because of new policy of Maxmind

## Implemented features
* [x] server side cubescript
Expand All @@ -38,11 +42,15 @@ make
* [x] database (sqlite3, mysql)
* [x] docker

## Work in progress
## Work in progress
* [ ] docker-compose / documentation

## backlog
* [ ] discord bot
* [ ] some kind of rpc
* [ ] anticheat
* [ ] users system
* [ ] scoreboard
* [ ] anticheat
* [ ] docker comose / documentation

## Supported platforms
* Mac (cmake, Xcode)
Expand All @@ -53,3 +61,4 @@ make
## Contacts
* [degrave](https://github.com/vasyahuyasa), [^o_o^](https://github.com/rmhmlhr)
* IRC: irc://irc.gamesurge.net/rb
* Discord [degrave@sauerworld](https://discord.gg/rfptFpx)
Loading

0 comments on commit 6a0169e

Please sign in to comment.