Filter RSS
AKMDM Historie

2023-06-22
[Hg] commits were pushed to 'zandronum-sandbox-stable' (current: b24867c9a99ebe704d6d701c903e7243d0e6046f)
The output of the dumptrafficmeasure CCMD is now sorted by the bandwidth used in ascending order....
2023-06-12
2023-06-11
[Hg] commits were pushed to 'zandronum-sandbox-stable' (current: d00c4c822a9b4b33570102c42e79c13352ee8077)
Use PlayerValue instead of UCVarValue to save the to-be-compared value in an IfCVarFlowControl ma...
2023-06-10
[Hg] commits were pushed to 'zandronum-sandbox-stable' (current: 762042b974e05aa4c564a59f13dcec45a794d59f)
Added break statements to last cases in a few switches, for consistency and safeguarding.
2023-06-09
[Hg] commits were pushed to 'zandronum-sandbox-stable' (current: b060cc80770979ae967a8bdf705832de730551ee)
Backed out changeset: 4f7d2f8c0d55 I also had to add "#include <list>" into "scoreboard.h" to re...
2023-06-05
[Hg] commits were pushed to 'zandronum-sandbox-stable' (current: 8ed91d0f57ff24bdf4211b9a3245f5b8440fc973)
Fixed multiple lines of a DrawString command not respecting the alignment of the MultiLineBlock o...
2023-05-29
[Hg] commits were pushed to 'zandronum-sandbox-stable' (current: 037ddb49cdf286cadea3552c157c18babfd7709e)
Fixed the color box for a DrawColor command appearing outside the margin's boundaries, especially...
[Hg] commits were pushed to 'zandronum-sandbox-stable' (current: 3f6980d1bb6037abef9b68648b6675a9e3454182)
Added the RowBlock margin command, and a right padding parameter to all element margin commands.
2023-05-22
[Hg] commits were pushed to 'zandronum-sandbox-stable' (current: 0a2fdf70e2417a2874e4513f52f806c80ff65e22)
- Refactored the scoreboard margin code again, and added an ElementBaseCommand class which the Dr...
2023-05-07
[Hg] commits were pushed to 'zandronum-sandbox-stable' (current: dbbced950c1a559b425dff3e900996781eec220e)
Fixed the scoreboard not appearing when its width or height was bigger than the screen's.
2023-05-06
[Hg] commits were pushed to 'zandronum-sandbox-stable' (current: d28d47ae1e8ca81f03c1ca4f838828a0ae37c90e)
Fixed the CountryFlag column from still drawing when it wasn't supposed to.
2023-05-01
[Hg] commits were pushed to 'zandronum-sandbox-stable' (current: df1139d51830581f19efb7f35de9c175d3cdebaf)
Fixed the x-offset not being accounted for when determining the largest possible width of a DrawS...
2023-04-24
2023-04-14
2023-04-03
[Hg] commits were pushed to 'zandronum-sandbox-stable' (current: 6481c1436f9c029c686393ae79629dd8ddc11001)
Renamed COLUMNALIGN_e enums to HORIZALIGN_e to represent horizontal alignments, and added VERTALI...