Jonathan G Rennison
|
838b166726
|
Merge branch 'master' into jgrpp
# Conflicts:
# src/cheat_gui.cpp
# src/command.cpp
# src/command_func.h
# src/company_base.h
# src/debug.cpp
# src/debug.h
# src/economy.cpp
# src/engine_type.h
# src/graph_gui.cpp
# src/misc_cmd.cpp
# src/misc_cmd.h
# src/network/core/os_abstraction.cpp
# src/openttd.cpp
# src/saveload/saveload.cpp
# src/saveload/saveload.h
# src/settings_type.h
# src/ship_cmd.cpp
# src/stdafx.h
# src/tests/bitmath_func.cpp
# src/town_cmd.cpp
# src/town_gui.cpp
|
2024-02-17 11:53:35 +00:00 |
|
Jonathan G Rennison
|
c0b8e58404
|
Codechange: Simplify SetBitIterator
Use FindFirstBit and KillFirstBit, allowing simpler iterator equality
Add simple test
|
2024-02-01 23:05:57 +01:00 |
|
Jonathan G Rennison
|
be469405df
|
Bitmath: Add utility functions for calculating bit masks
Add tests
|
2024-01-28 15:41:50 +00:00 |
|
Jonathan G Rennison
|
f9321686a7
|
Remove old reference to FindLastBit64 from tests
|
2024-01-27 17:11:29 +00:00 |
|
Jonathan G Rennison
|
c26ca5369e
|
Unconditionally use FindFirstBit in SetBitIterator
Add simple tests
|
2024-01-25 22:36:01 +00:00 |
|
Jonathan G Rennison
|
5404be172c
|
Merge branch 'master' into jgrpp
# Conflicts:
# src/core/bitmath_func.cpp
# src/core/bitmath_func.hpp
# src/core/geometry_type.hpp
# src/game/game_text.hpp
# src/graph_gui.cpp
# src/pathfinder/npf/npf.cpp
# src/script/api/script_text.cpp
# src/spritecache.cpp
# src/track_func.h
|
2024-01-25 22:36:01 +00:00 |
|
Jonathan G Rennison
|
97e6f3062e
|
Adding of _t to (u)int types, and WChar to char32_t
See: eaae0bb5e
|
2024-01-07 17:20:41 +00:00 |
|
Jonathan G Rennison
|
34668bff87
|
Test: Add upstream tests
|
2023-12-13 20:05:18 +00:00 |
|
Jonathan G Rennison
|
79b5699e82
|
Fix test compilation on MacOS
|
2023-11-09 21:06:17 +00:00 |
|
Jonathan G Rennison
|
20ece8025e
|
Test: Add tests for FindLastBit function
|
2023-09-04 23:42:42 +01:00 |
|