Skip to content

Commit

Permalink
Bullet smoothing
Browse files Browse the repository at this point in the history
- Bullet flight smoothing on client-side (press F7 to toggle).
- Added `wild` build configuration, which strips all source code from macro. This makes executables even less in size.
- Added `make help`.
- Fixed stats (on Tab) rendering.
- Renamed `__syscall` to `__syswrap` to avoid confusing between macro and direct system call.
- Added `timeval128_t`, fixed-sized and so cross-platform.
- Server kicks players who interrupted connection (no datagram in the last 60 sec.)
  • Loading branch information
Str1ker17 committed Aug 10, 2018
1 parent 395da41 commit 3b5c477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ matrix:
- tar -xf lede-sdk-17.01.4-ar71xx-generic_gcc-5.4.0_musl-1.1.16.Linux-x86_64.tar.xz --checkpoint=.100
script:
- make -f Makefile.MIPS projects tests
- CONFIG=wild make -f Makefile.ARM
- CONFIG=wild make -f Makefile.MIPS
- CONFIG=release make -f Makefile.MIPS
before_deploy: mkdir release && cp res/propeller.bcsmap bin && cd bin && ls -1 . | zip -9o@ ../release/bcs-$CC_ARCH.zip && cd .. && ls -1 release/*
deploy:
Expand Down

0 comments on commit 3b5c477

Please sign in to comment.