yvt
|
d8916aa5ca
|
Update translations
|
2017-09-05 18:11:05 +09:00 |
|
yvt
|
a5a9392f50
|
Fix #651
|
2017-09-05 16:28:39 +09:00 |
|
yvt
|
78834f70b7
|
Update external library URL
Fixes #621.
|
2017-09-04 14:59:37 +09:00 |
|
yvt
|
f016bd7cee
|
Prepare for an increased number of player slots
Related: #630
|
2017-09-04 14:39:37 +09:00 |
|
YVT
|
70fb4979a7
|
Merge pull request #649 from NotAFile/master
add ability to push messages to CenterMessageView
|
2017-09-04 14:00:22 +09:00 |
|
notafile
|
1578bdf157
|
add ability to push messages to CenterMessageView
|
2017-09-04 00:36:22 +02:00 |
|
yvt
|
a8ae6c1098
|
Clear the kill count when a player leaves
Fixes #620.
|
2017-09-03 16:59:33 +09:00 |
|
yvt
|
a853a58631
|
Remove corpses after respawn on a certain game mode
Fixes #145.
|
2017-09-03 16:56:01 +09:00 |
|
yvt
|
aa22e4b25a
|
Show "player joined team" message for the Spectator team
Fixes #635.
|
2017-09-03 16:00:30 +09:00 |
|
YVT
|
c03e869e2b
|
Update README.md
|
2017-08-31 22:46:43 +09:00 |
|
Flavio Monteiro
|
d924d75ba1
|
Fix Resources/Scripts/Base/Utils.as weird formatting
|
2017-08-28 19:16:46 -03:00 |
|
Flávio Monteiro
|
b34c501bdc
|
Update README.md
|
2017-08-22 20:00:06 -03:00 |
|
YVT
|
bc979a32e1
|
Update Clipboard.cpp
(Hopefully) this fixes #603
|
2017-08-18 18:25:40 +09:00 |
|
yvt
|
ca892698e3
|
Minor fixes
- Remove unnecessary `volatile`
- Replace some operations with atomic ones for soundness
- Clean up
- Avoid certain UBs
- Typo
|
2017-06-25 21:15:27 +09:00 |
|
yvt
|
63f16d0803
|
Update translations
|
2017-06-25 20:47:51 +09:00 |
|
YVT
|
784d383c9c
|
Merge pull request #619 from roboman2444/master
added geometry shader support. Untested, and i dunno if there is any real use for it
|
2017-05-28 23:15:09 +09:00 |
|
roboman2444
|
08add66f94
|
added geometry shader support. Untested, and i dunno if there is any real use for it
|
2017-05-21 21:01:32 -04:00 |
|
YVT
|
ed1e1c88f6
|
Update building instructions
|
2017-05-12 02:44:47 +09:00 |
|
YVT
|
29f6cee8de
|
Merge pull request #612 from popey/add-snapcraft
Add snapcraft configuration to build snaps
|
2017-05-11 16:08:50 +09:00 |
|
YVT
|
d3cdd8bef2
|
Merge pull request #614 from popey/patch-1
Update README.md to add snap install instructions
|
2017-05-11 16:08:35 +09:00 |
|
Flávio Monteiro
|
4b3219cdea
|
README.md: make some small aesthetic changes
|
2017-05-03 16:30:53 -03:00 |
|
Alan Pope
|
3b1ad491f2
|
Update README.md to add snap install instructions
|
2017-05-03 10:17:50 +01:00 |
|
Alan Pope
|
8427df283f
|
Add snapcraft configuration to build snaps
|
2017-05-01 15:57:33 +01:00 |
|
YVT
|
467fc3ce0d
|
Merge pull request #609 from devnexen/possible_uint_shift_overflow
got an issue on arch linux/gcc6
|
2017-04-28 15:39:21 +09:00 |
|
David Carlier
|
abd2812e1b
|
got an issue on arch linux/gcc6
runtime errors due to the shifting operations done in eNet
|
2017-04-25 22:07:20 +00:00 |
|
YVT
|
9c2c28c110
|
Merge pull request #606 from yvt/patch-safe-queue-deletion
Safer dispatch queue deinitialization
|
2017-03-23 23:48:12 +09:00 |
|
yvt
|
8d02ce3d36
|
Oops
|
2017-03-23 15:35:04 +09:00 |
|
yvt
|
fbab073f03
|
Implement safer TLS deinitialization
|
2017-03-23 15:34:32 +09:00 |
|
yvt
|
0267df0463
|
Implement safer dispatch queue deletion
Fixes #604.
|
2017-03-22 13:24:27 +09:00 |
|
YVT
|
8dae5eb1a7
|
Merge pull request #595 from devnexen/leaks
Fixing few memory leaks + fixing pthread symbol missing
|
2017-03-04 22:25:06 +09:00 |
|
YVT
|
091bd187e7
|
Merge pull request #589 from devnexen/angelscript_fix_for_clang
Fix the build for clang as it s C++11 compliant too.
|
2017-03-04 22:24:27 +09:00 |
|
YVT
|
05ac2cf4a8
|
Merge pull request #594 from devnexen/identify_bsd_screen_help
Identify *BSD for the startup screen
|
2017-03-04 22:24:10 +09:00 |
|
David Carlier
|
657f765542
|
Fixing few memory leaks + fixing pthread symbol missing
|
2017-03-04 11:18:12 +00:00 |
|
yvt
|
559f737395
|
Bump to 0.1.1c
|
2017-03-04 19:08:05 +09:00 |
|
yvt
|
f5507b78f9
|
Fix to compile on Windows
|
2017-03-04 02:06:53 -08:00 |
|
yvt
|
28be55615a
|
Add a “portable” configuration for the Windows version
|
2017-03-04 17:05:45 +09:00 |
|
yvt
|
cd6ec61f80
|
(Hopefully) fixes the issue #368
|
2017-03-04 16:33:21 +09:00 |
|
David Carlier
|
67e2465b6e
|
Identify *BSD for the startup screen
|
2017-03-03 19:34:13 +00:00 |
|
yvt
|
6f0955349e
|
Add unsupported options (cg_viewWeaponX, cg_viewWeaponY, cg_viewWeaponZ)
Fixes #591.
|
2017-03-04 03:44:57 +09:00 |
|
yvt
|
03b5d7869e
|
Fix recoil motion
|
2017-03-04 03:36:10 +09:00 |
|
yvt
|
146c5ead24
|
clang-format
|
2017-03-04 03:32:21 +09:00 |
|
yvt
|
aaa3bc2656
|
Fix #582
|
2017-03-04 03:32:14 +09:00 |
|
David Carlier
|
38bc882c8b
|
fix the build for clang as it s C++11 compliant too.
|
2017-02-28 20:58:03 +00:00 |
|
yvt
|
5b76e1420b
|
Fix #584
|
2017-02-27 01:59:53 +09:00 |
|
yvt
|
ebca20a98c
|
Bump to 0.1.1b
|
2017-02-26 17:41:53 +09:00 |
|
yvt
|
62d967f53f
|
Copy PackageInfo.json to Resources on make
|
2017-02-26 16:49:57 +09:00 |
|
yvt
|
08e7187167
|
Install font-unifont.pak on make install
|
2017-02-26 16:32:01 +09:00 |
|
yvt
|
9ec8290a2f
|
Bump PackageInfo.json version
|
2017-02-26 04:42:47 +09:00 |
|
yvt
|
d78b91a92f
|
Fix for MSVC
|
2017-02-25 10:51:47 -08:00 |
|
yvt
|
7bf5becdc8
|
Bump version 0.1.1
|
2017-02-26 02:44:54 +09:00 |
|