1
0
forked from mirrors/0ad

Commit Graph

  • eee48b74dd Store IGUIObjects in std::unique_ptr in CGUI phosit 2025-06-11 21:12:13 +02:00
  • 6eac128f12 Pass IGUIObject as reference phosit 2025-07-31 12:12:13 +02:00
  • f2dfb94b88 Return void from CGUI::Xeromyces_ReadObject phosit 2025-06-25 20:13:18 +02:00
  • 50b76acdd5 Restrict foundations on survival of the fittest phosit 2025-07-30 13:27:37 +02:00
  • 8a6d7b6c65 Fix includes in source/ps Ralph Sennhauser 2025-08-02 16:05:58 +02:00
  • 7dece41990 Fix includes in source/lib Ralph Sennhauser 2025-07-26 09:43:13 +02:00
  • 35db768ae5 Remove incorrect tech requirement for Kushites rene 2025-06-16 05:19:33 +02:00
  • 621a9c422f Fix includes in source/graphics Ralph Sennhauser 2025-07-28 20:13:46 +02:00
  • 07309450fc Make also dap respect 'no-useless-assignment' phosit 2025-08-01 15:57:27 +02:00
  • 582541ea80 Enable eslint rule 'no-useless-assignment' phosit 2025-07-27 14:40:15 +02:00
  • 27a0c22a23 Remove TIMER debug_filter phosit 2025-07-13 15:36:34 +02:00
  • 971525a41b Remove TIMER_BEGIN and TIMER_END phosit 2025-07-13 15:07:36 +02:00
  • f721f56ad4 Replace TIMER with PROFILE2 phosit 2025-07-13 14:21:48 +02:00
  • aed1570040 Fix some includes in source/ps Ralph Sennhauser 2025-07-23 19:19:42 +02:00
  • 08d8f0f61c Remove UNUSED2 phosit 2025-05-21 12:54:45 +02:00
  • eb3f0166f8 Prefer [[maybe_unused]] over UNUSED2 phosit 2025-05-21 12:29:47 +02:00
  • 5be02743fa Don't use UNUSED2 on always unused variables phosit 2025-05-21 14:55:52 +02:00
  • c0f20171f8 Remove wrong UNUSED2 phosit 2025-05-21 13:59:16 +02:00
  • e35fce8524 Move globals to the PopCapManager prototype. Stan 2025-06-26 10:58:01 +02:00
  • f9e1e742bf Fix includes in source/renderer Ralph Sennhauser 2025-07-10 21:03:11 +02:00
  • 27f7216be7 Use proper units for time conversion Ralph Sennhauser 2025-07-20 17:33:07 +02:00
  • 70b8c6eb52 Prefer standard int types Ralph Sennhauser 2025-07-25 10:05:50 +02:00
  • 9c7bbd531f Fix some includes in source/lib Ralph Sennhauser 2025-07-17 20:14:23 +02:00
  • 3c1a37985a Fix includes in source/network Ralph Sennhauser 2025-07-06 20:15:27 +02:00
  • 41c65b972b Print all copyright violations at once Ralph Sennhauser 2025-07-02 21:21:34 +02:00
  • c373334b90 Use fixed fetch-depth for copyright linter Ralph Sennhauser 2025-07-02 21:15:53 +02:00
  • df7b2fcd2a Win: include <cctype> for isalpha without PCH trompetin17 2025-07-23 09:17:27 -05:00
  • 8ccba254fe Remove modmod dependency in test_CGUIText.h Itms 2025-07-21 20:01:13 +02:00
  • 781d2b6ab6 Throw exception, detected by C4834 warning Itms 2025-07-14 14:23:45 +02:00
  • 2d6d510ffa Hide compiler warnings from external includes Itms 2025-07-05 16:04:08 +02:00
  • aca798b318 Adapt the build infrastructure to VS2022 Itms 2025-07-07 11:01:27 +02:00
  • ef69c37f66 Add VS2022 support with the v143 toolset Stan 2024-11-02 14:09:34 +01:00
  • 8ed40553c8 Update SetFormatAndFreq method to use ALenum type in format parameter trompetin17 2025-07-14 23:18:07 -05:00
  • 019514a9cf Refactor COggData class: make destructor non-virtual, adjust method declarations for consistency trompetin17 2025-07-11 13:25:54 -05:00
  • 000304a402 Rename m_BuffersUsed to m_BuffersCount for consistency in COggData class trompetin17 2025-07-11 13:18:40 -05:00
  • ef28d5222a Use 'using' instead of 'typedef' for OggStreamPtr definition trompetin17 2025-07-11 13:16:01 -05:00
  • c40aada404 Rename atFileEOF to AtFileEOF for consistency in Ogg classes trompetin17 2025-07-11 13:15:47 -05:00
  • 586d02838a Refactor Ogg buffer logic to use span and vector trompetin17 2025-06-20 14:23:24 -05:00
  • 325bedcf3f Use std::array for OggData buffer handling trompetin17 2025-06-23 11:46:48 -05:00
  • 21f26455f5 Decouple buffer config from SoundManager trompetin17 2025-06-20 12:56:56 -05:00
  • 50dbd5ca2d Remove unused AddDataBuffer declaration trompetin17 2025-06-20 12:42:53 -05:00
  • 95fc9bd2ed Standardize OggData fields and variable naming trompetin17 2025-06-22 12:02:56 -05:00
  • e95829494c Ensure brace initialization variables in OggData trompetin17 2025-06-22 11:58:44 -05:00
  • e97292430d Remove manual Close method from OggStream trompetin17 2025-06-20 12:31:35 -05:00
  • e03b6ae657 Remove isNomad in unknown.js phosit 2025-07-16 21:50:33 +02:00
  • 8398f1baf4 Fix some includes in source/graphics Ralph Sennhauser 2025-07-16 20:25:46 +02:00
  • 0dc52a4d43 Drop GetWstringFromWpath helper function Ralph Sennhauser 2025-07-19 12:06:23 +02:00
  • 0d60ecbf96 Remove OS_MAC macro Stan 2025-07-19 11:28:53 +02:00
  • 6f2f8c13bf Replace boost::mt19937 with std::mt19937 Ralph Sennhauser 2025-07-17 19:59:56 +02:00
  • a2f15bae4e Fix some includes in source/graphics Ralph Sennhauser 2025-07-06 20:15:27 +02:00
  • 4324dc1447 Fix some includes in source/lib Ralph Sennhauser 2025-07-06 20:15:27 +02:00
  • b32b018769 Fix chat session incorrect width calc trompetin17 2025-07-14 13:27:04 -05:00
  • ffdf527d90 Fix label resizing in Map Browser trompetin17 2025-07-14 13:18:46 -05:00
  • 01d2481f55 Fix Structure Tree misplaced phase icons trompetin17 2025-07-14 13:03:41 -05:00
  • 1c9d4508f7 Cleanup of premake pkgconfig module Ralph Sennhauser 2025-07-10 21:07:19 +02:00
  • 0a78acf4dd Drop header lib/posix/posix_time.h Ralph Sennhauser 2025-07-15 19:24:51 +02:00
  • 826dba847c Make wfilesystem.cpp freestanding Ralph Sennhauser 2025-07-16 10:39:51 +02:00
  • 2e6f62dcf9 Use clock_gettime on macOS Ralph Sennhauser 2025-07-16 11:32:18 +02:00
  • a03268ebae Drop header lib/posix/posix_errno.h Ralph Sennhauser 2025-07-15 15:22:25 +02:00
  • 4fd3533f37 Fix wrapping by passing window width to text size trompetin17 2025-07-14 12:51:03 -05:00
  • b2fc1d6943 DapInterface: shutdown sockets on Unix trompetin17 2025-07-14 12:30:32 -05:00
  • 6a576daa4b Amend 6b763af4c8 a27.1-rc3 a27.1 Itms 2025-07-14 14:47:59 +02:00
  • 8f9c92f30c Utilize minDist in placePlayerBaseBerries phosit 2025-07-07 18:48:51 +02:00
  • 6bb7f3fd39 Remove isNomad from rmgen-common phosit 2025-06-27 16:20:29 +02:00
  • aa0c195332 Remove get function in placePlayerBase phosit 2025-06-27 16:20:06 +02:00
  • bb76a4f711 Remove trivial playerPosition phosit 2025-06-27 16:19:33 +02:00
  • c1353d665a Add missing includes for fmt and CLogger in test_DapInterface.h trompetin17 2025-07-12 09:21:51 -05:00
  • 69461c90b7 Bump build date of A27.1 RC2 a27.1-rc2 Itms 2025-07-12 15:25:10 +02:00
  • 16bcc5a870 Bump build date of A27.1 RC2 Itms 2025-07-12 15:25:10 +02:00
  • 6b763af4c8 Fixup SpiderMonkey DLL for Windows 7 on Win32 Itms 2025-07-07 10:44:45 +02:00
  • 0dbc1f604a Add support for specifying pkg-config via env Ralph Sennhauser 2025-06-27 08:24:34 +02:00
  • bf4eee555f Don't export HOSTTYPE in update-workspace.sh Ralph Sennhauser 2025-06-29 14:34:21 +02:00
  • dae7a8c394 Bump engine version to 0.27.1 Itms 2025-07-12 15:06:53 +02:00
  • 4633a2d522 Extend previous commit Itms 2025-07-12 15:12:55 +02:00
  • b362f0537a Fixup SpiderMonkey DLL for Windows 7 on Win32 Itms 2025-07-07 10:44:45 +02:00
  • 47b2733183 Fix some includes in source/renderer Ralph Sennhauser 2025-07-06 20:15:27 +02:00
  • 0f156e3544 GUIProxy: Support property introspection for debugging trompetin17 2025-06-25 08:05:32 -05:00
  • 20b7c3f9b8 Implement Debug Adapter Protocol (DAP) Interface in debugger.js trompetin17 2025-05-29 22:40:33 -05:00
  • 678a33c100 Dap Interface with Spidermonkey debug trompetin17 2025-05-29 21:55:50 -05:00
  • 91105657d9 Update FreeBSD Jenkins pipline Ralph Sennhauser 2025-06-21 18:06:25 +02:00
  • b2e379b841 Update MacOS Jenkins pipline Ralph Sennhauser 2025-06-21 18:00:18 +02:00
  • 256dff7fd4 Font: make atlas uploads queue-aware on Vulkan trompetin17 2025-07-08 10:30:54 -05:00
  • ddcb844bcc Redirect stderr into build.log in Windows pipeline Ralph Sennhauser 2025-07-05 20:28:48 +02:00
  • 8a8f2596ea Fix a warning on Windows Ralph Sennhauser 2025-07-09 19:22:23 +02:00
  • e7f44ca6ca Fix some includes in source/renderer Ralph Sennhauser 2025-07-06 20:15:27 +02:00
  • c2cc762616 Better handling of PKG_CONFIG_PATH Ralph Sennhauser 2025-07-05 21:09:52 +02:00
  • ad3f6e3119 Dissolve external_libraries/openal.h Ralph Sennhauser 2025-07-06 20:15:27 +02:00
  • 9822a22573 Replace ScriptException::Raise in Engine functions phosit 2025-06-18 08:16:42 +02:00
  • 616fa4a006 Handle C++ exceptions in Engine functions phosit 2025-06-18 07:22:10 +02:00
  • aa3767d2f9 Fix pre-commit workflow to work with Ubuntu 24.04 Dunedan 2025-05-26 16:41:47 +02:00
  • eeeba977ea Don't crash if rl-interface port is already in use phosit 2025-06-26 13:31:52 +02:00
  • 5e4b49f65f Fix some includes in source/renderer Ralph Sennhauser 2025-07-06 20:15:27 +02:00
  • 251f599ad2 Expand summary GUI resource columns trompetin17 2025-07-05 12:43:32 -05:00
  • ed4e2587c2 Fix includes in source/maths Ralph Sennhauser 2025-06-20 00:06:41 +02:00
  • 9970706deb Fixes typo in gerousia.xml obelix 2025-06-29 17:55:24 +02:00
  • bf25c463c5 Correction of the tooltip in gerousia.xml obelix 2025-06-29 17:52:15 +02:00
  • af84640a0c Update cape_long_gaul.xml wowgetoffyourcellphone 2025-07-04 17:52:38 -04:00
  • 461ff6c20c Fix most headers in gui Ralph Sennhauser 2025-06-20 00:06:41 +02:00
  • 2b5830e82a Add support for specifying pkg-config via env Ralph Sennhauser 2025-06-27 08:24:34 +02:00
  • 11a108d00c GameSettingsController: clear stale “Removed” flag trompetin17 2025-07-02 23:28:20 -05:00