Events from:
Unvanquished | Saturday, 01 April 2023 |
slipher commented on pull request Unvanquished/Unvanquished#2559
|
Daemon Engine | Friday, 31 March 2023 |
illwieckz pushed to illwieckz/min-max in DaemonEngine/Daemon
|
illwieckz pushed to illwieckz/trace-iterate-pointers in DaemonEngine/Daemon
2 commits to
illwieckz/trace-iterate-pointers
|
illwieckz pushed to illwieckz/boxtrace-const/sync in DaemonEngine/Daemon
|
illwieckz pushed to illwieckz/lightgrid in DaemonEngine/Daemon
1 commit to
illwieckz/lightgrid
|
illwieckz pushed to illwieckz/trace-iterate-pointers in DaemonEngine/Daemon
2 commits to
illwieckz/trace-iterate-pointers
|
illwieckz opened a pull request in DaemonEngine/Daemon
common: some optimizations in tracing code
#826
When spamming grenades, some parts of the tracing codes is iterated millions time. For example the
+188
-145
|
illwieckz pushed to illwieckz/boxtrace-const/sync in Unvanquished/Unvanquished
|
illwieckz opened a pull request in Unvanquished/Unvanquished
cg_predict: CM_BoxTrace mins and maxs are const
#2562
There is no need to set a default, CG_Trace handles the nullptr. There is no need to backup mins and maxs, they're not modified. There is no need t…
+3
-22
|
illwieckz opened a pull request in DaemonEngine/Daemon
cm_trace: make CM_BoxTrace mins and maxs const
#825
Make CM_BoxTrace mins and maxs const. All CM_BoxTrace is doing is to call CM_Trace that already has constness on mins and maxs.
+3
-3
|
bmorel opened an issue in Unvanquished/Unvanquished
bot auto-balance
#2561
Few days ago, I had the idea of implementing some automatic bot skill balance. The idea would be that if there's a too big delta between the 2 team… |
illwieckz pushed to illwieckz/loop-once in Unvanquished/Unvanquished
illwieckz/loop-once is now
39ed455
|
illwieckz pushed to illwieckz/loop-once in Unvanquished/Unvanquished
|
illwieckz pushed to illwieckz/loop-once in Unvanquished/Unvanquished
|
illwieckz pushed to illwieckz/loop-once in Unvanquished/Unvanquished
|
illwieckz opened a pull request in Unvanquished/Unvanquished
WIP: loop entities once in `CG_AddPacketEntities()`
#2560
By running the game on Orbit profiler after having tweaked the engine to run on 0 frametime and not be polluted by any idling code, and running the…
+23
-26
|
bmorel pushed to lesser-autojump in Unvanquished/Unvanquished
|
illwieckz opened a pull request in Unvanquished/Unvanquished
Do we want to support emoticons in map and author names?
#2559
I first thought it was a bug, but maybe we prefer to keep map and author names text only. What's your thought about it?
+2
-2
|
slipher merged a pull request in Unvanquished/Unvanquished
Allow complex logical expressions in map rotation conditions
#2549
This will allow more complex conditions like
+338
-172
3 comments
|
slipher pushed to master in Unvanquished/Unvanquished
2 commits to
master
|
illwieckz opened a pull request in DaemonEngine/Daemon
tr_local: cleanup an useless declaration
#824
Extracted from: #819 Cleanup an useless declaration. This would have been useful if a struct or a function declaration used that type before that…
+0
-2
|
illwieckz opened a pull request in DaemonEngine/Daemon
tr_init: make r_precomputedLighting a cheat cvar
#823
Extracted from:
#819
Make
+1
-1
|
illwieckz opened a pull request in DaemonEngine/Daemon
tr_bsp: do not load the grid grid if precomputed lighting is disabled
#822
Extracted from: #819 Do not load the light grid if precomputed lighting is disabled.
+55
-43
|
illwieckz pushed to illwieckz/lightmap-size in DaemonEngine/Daemon
|
illwieckz opened a pull request in DaemonEngine/Daemon
renderer: set internalLightMapSize in the block using it
#821
Extracted from:
#819
Set
+13
-12
|
illwieckz pushed to illwieckz/some-rewrite in DaemonEngine/Daemon
2 commits to
illwieckz/some-rewrite
|
illwieckz opened a pull request in DaemonEngine/Daemon
Illwieckz/lighting cvars
#820
Extracted from:
#819
The render is now as expected not only when
+31
-26
|
illwieckz pushed to illwieckz/lighting-cvars in DaemonEngine/Daemon
1 commit to
illwieckz/lighting-cvars
|
illwieckz pushed to illwieckz/lighting-cvars in DaemonEngine/Daemon
2 commits to
illwieckz/lighting-cvars
|
illwieckz pushed to illwieckz/some-rewrite in DaemonEngine/Daemon
2 commits to
illwieckz/some-rewrite
|
illwieckz pushed to illwieckz/some-rewrite in DaemonEngine/Daemon
2 commits to
illwieckz/some-rewrite
|
bmorel opened an issue in Unvanquished/Unvanquished
bots fire when seing nothing
#2558
Sometimes, bots fire without an enemy target. When this happen, they fire a single time. I do not know the exact conditions where this happen. |
bmorel pushed to lesser-autojump in Unvanquished/Unvanquished
|
bmorel pushed to lesser-autojump in Unvanquished/Unvanquished
|
bmorel pushed to trace-API in Unvanquished/Unvanquished
2 commits to
trace-API
|
Daemon Engine | Thursday, 30 March 2023 |