Commit Graph

  • 290574e6f6
    stdinc: Corrected documentation for SDL_atan2 and SDL_atan2f. Ryan C. Gordon 2025-05-22 09:50:31 -0400
  • 8d9a4fe843
    stdinc: Corrected documentation for SDL_atan2 and SDL_atan2f. Ryan C. Gordon 2025-05-22 09:50:31 -0400
  • 29bb503a2a Update formatting Michael Fitzmayer 2025-05-15 10:37:45 +0200
  • d5294d8e24 README-ngage.md, fix phrasing. Michael Fitzmayer 2025-05-14 21:22:07 +0200
  • 02d29a7ec3 README-ngage.md, minor re-phrasing Michael Fitzmayer 2025-05-14 21:19:41 +0200
  • 147123fb8f [Nokia N-Gage] Update README-ngage.md Michael Fitzmayer 2025-05-14 21:16:29 +0200
  • 64510ebe83 Update formatting using SDLs .clang-format to match the project's coding style/guidelines. Michael Fitzmayer 2025-05-05 20:17:40 +0200
  • 212b46475e Remove redundant defines from build config. Michael Fitzmayer 2025-05-05 17:31:28 +0200
  • 60270f3f5a Replace va_copy() implementation with a simple define as suggested. Remove redundant nullptr. Seems to work. Michael Fitzmayer 2025-05-05 17:22:43 +0200
  • 525801f4e6 Minor clean-up as suggested in PR Michael Fitzmayer 2025-05-05 10:26:49 +0200
  • 7238a57e5d Add missing include guard. Michael Fitzmayer 2025-05-05 07:18:36 +0200
  • 0f191694a3 Update indentation to match SDL style Michael Fitzmayer 2025-05-05 07:10:45 +0200
  • f155f76d4a Revert extra newline, src/render/SDL_render.c Michael Fitzmayer 2025-05-05 07:03:25 +0200
  • dd6f837be2 Update style as suggested, src/render/ngage/SDL_render_ngage.c Michael Fitzmayer 2025-05-05 07:02:52 +0200
  • de829bb7f6 Add missing void, src/render/ngage/SDL_render_ngage_c.h Michael Fitzmayer 2025-05-05 07:01:27 +0200
  • 0cff3cfcd1 Add missing void, src/render/ngage/SDL_render_ngage_c.h Michael Fitzmayer 2025-05-05 07:01:03 +0200
  • 7d89d9edff [Nokia N-Gage] Update locales Michael Fitzmayer 2025-05-05 07:00:14 +0200
  • b5d345eb45 [Nokia N-Gage] Update locales Michael Fitzmayer 2025-05-05 06:59:19 +0200
  • ca6ecf1fed [Nokia N-Gage] Update locales Michael Fitzmayer 2025-05-05 06:58:57 +0200
  • 6ed498fd39 Fix cmake/test Anonymous Maarten 2025-05-04 21:49:14 +0200
  • 0a92e77a67 use test instead of SDL_TEST_EXECUTABLES Anonymous Maarten 2025-05-04 21:07:00 +0200
  • b65d20541e ngage builds SDL3-static.lib Anonymous Maarten 2025-05-04 20:51:32 +0200
  • c491dbd8bc remove ngagetest.c Anonymous Maarten 2025-05-04 20:51:13 +0200
  • ada4108dad README-ngage.md, add issue remark that dependency tracking does not work. Michael Fitzmayer 2025-05-04 21:12:43 +0200
  • 73276624a1 Add dedication to README-ngage.md Michael Fitzmayer 2025-05-04 21:02:40 +0200
  • 7ca84ca4aa README-ngage.md, update Markdown formatting Michael Fitzmayer 2025-05-04 20:54:34 +0200
  • 9ca3c9200f Add important info to README-ngage.md Michael Fitzmayer 2025-05-04 20:49:41 +0200
  • c383823fb2 [Nokia N-Gage] Disable parallel builds in CI Michael Fitzmayer 2025-05-04 20:06:24 +0200
  • 2fd181e2b2 [Nokia N-Gage] Add missing function, SDL_GetCurrentTime() Michael Fitzmayer 2025-05-04 14:22:55 +0200
  • a61a8cf735 Fix install Anonymous Maarten 2025-05-04 00:02:41 +0200
  • 792ecd93b0 cmake: allow only building/installing a subset of the tests Anonymous Maarten 2025-05-03 23:57:24 +0200
  • e3f2c2e674 Use LIBC_HAS_SIGNAL_H in test directory Anonymous Maarten 2025-05-03 23:56:43 +0200
  • b2f7c8f7c8 Turn add_sdl_test_executable into a function Anonymous Maarten 2025-05-03 23:55:58 +0200
  • 3de4ed05e5 cmake: add UID3 to examples Anonymous Maarten 2025-05-03 23:54:37 +0200
  • 4f8bcd7d03 cmake: fix N-Gage sdl3.pc Anonymous Maarten 2025-05-03 23:54:24 +0200
  • 7a4942123c cmake: remove commented sets Anonymous Maarten 2025-05-03 23:54:11 +0200
  • aea96410c1 ci: remove continue-on-error Anonymous Maarten 2025-05-03 21:47:33 +0200
  • 75f0b4d2b2 ci: debug information is not useful for N-Gage Anonymous Maarten 2025-05-03 21:46:04 +0200
  • ea9b3b1557 cmake changes for updated ngage sdk toolchain Anonymous Maarten 2025-05-03 19:40:41 +0200
  • 06a3a5d265 [Nokia N-Gage] Update build configuration. Michael Fitzmayer 2025-05-02 20:00:32 +0200
  • 47733c2a58 [Nokia N-Gage] Temporarily comment out callback (has it been removed?) Michael Fitzmayer 2025-05-02 14:24:49 +0200
  • 954e454101 [Nokia N-Gage] Update build configuration Michael Fitzmayer 2025-05-01 11:21:23 +0200
  • 75b50dcd96 Update CMakeLists.txt Michael Fitzmayer 2025-05-01 18:45:26 +0200
  • 8138aecfac Update CMakeLists.txt Michael Fitzmayer 2025-05-01 18:45:14 +0200
  • 8b30612758 Update create-test-plan.py Michael Fitzmayer 2025-05-01 18:44:36 +0200
  • 0c1b3bf58b [Nokia N-Gage] Update main CMakeLists.txt and add preseed configuration for the platform. Michael Fitzmayer 2025-04-21 20:09:38 +0200
  • 9cb87f743c [Nokia N-Gage] Update source list in (temporary) platform-specific build configuration. Michael Fitzmayer 2025-03-02 21:32:38 +0100
  • 27dcf6f93b ci: add minimum N-Gage ci Anonymous Maarten 2025-02-09 18:01:35 +0100
  • 0bd061b7cf [Nokia N-Gage] Remove redundant vsnprintf definition, add platform-specific va_copy declaration to SDL_vacopy.h Michael Fitzmayer 2025-02-09 16:26:27 +0100
  • ff1242d6d0 Add missing include Michael Fitzmayer 2025-02-09 16:25:14 +0100
  • b617feba5f [Nokia N-Gage] Fix SDL include in ngagetest.c Michael Fitzmayer 2025-02-09 16:10:38 +0100
  • be5da6b11e [Nokia N-Gage] Remove redundant external declarations, these had been added to get rid of several implicit declaration warnings. The warnings are perfectly valid and should not be suppressed. Michael Fitzmayer 2025-02-09 10:26:06 +0100
  • b5f6672779 [Nokia N-Gage] Remove redundant ssize_t definition. It now lives in sys/types.h Michael Fitzmayer 2025-02-09 10:16:57 +0100
  • dfc6852b0e [Nokia N-Gage] ELangEnglish -> en_GB Michael Fitzmayer 2025-02-08 14:21:30 +0100
  • 4fd8585b6c [Nokia N-Gage] Use proper locals for HK and Taiwan Michael Fitzmayer 2025-02-08 14:16:50 +0100
  • f344639fd9 [Nokia N-Gage] Update NGAGE_LockTexture as suggested in PR code review Michael Fitzmayer 2025-02-08 14:08:25 +0100
  • 44fb0bbc00 [Nokia N-Gage] Update SDL_sysfilesystem.c as suggested by @ccawley2011 Michael Fitzmayer 2025-02-08 14:06:03 +0100
  • 3f9977f00c [Nokia N-Gage] Remove redundant code after cleaning up the native Symbian API, this fixes several compiler warnings. Michael Fitzmayer 2025-02-06 20:53:38 +0100
  • 4da78b03ff Add missing return value to NGAGE_SuspendScreenSaver(). Michael Fitzmayer 2025-02-06 19:45:57 +0100
  • e421232192 [Nokia N-Gage] Update README-ngage.md Michael Fitzmayer 2025-02-05 22:02:50 +0100
  • 936314ce1f [Nokia N-Gage] Move VideoBootStrap declaration where it belongs Michael Fitzmayer 2025-02-05 20:31:36 +0100
  • 537cc109b8 [Nokia N-Gage] Remove unused NGAGE_QueueNoOp() Michael Fitzmayer 2025-02-05 20:30:05 +0100
  • 35e5a695a9 [Nokia N-Gage] Add external declaration to avoid compiler warning Michael Fitzmayer 2025-02-05 20:29:21 +0100
  • 248e16d143 [Nokia N-Gage] As suggested by @ccawley2011, SDL_EnableScreenSaver() can be called to allow the backlight to turn off. respectively SDL_DisableScreenSaver() keeps it on. Michael Fitzmayer 2025-02-05 20:00:43 +0100
  • d8b62b7348 [Nokia N-Gage] Remove redundant guard. Michael Fitzmayer 2025-02-05 18:10:39 +0100
  • 149365db99 [Nokia N-Gage] Remove toolchain setting from CMakeLists.txt; this should be set externally. Michael Fitzmayer 2025-02-05 16:40:44 +0100
  • 11ec5b2d26 [Nokia N-Gage] Add build configuration and platform-specific defines. x Michael Fitzmayer 2025-01-31 21:29:49 +0100
  • 008d032f44 Fix platform name in comment. Michael Fitzmayer 2025-02-05 08:27:47 +0100
  • fc590645ec [Nokia N-Gage] Set initial focus to ETrue; this is not required on real hardware, however, it is required for the emulator (EKA2L1) to start rendering. Michael Fitzmayer 2025-02-03 22:53:56 +0100
  • 5d08ae0ea0 [Nokia N-Gage] Simplify/Fix focus handling; it is now possible to put the app in the background (as long no sound is currently playing). Michael Fitzmayer 2025-02-03 22:38:51 +0100
  • 0ee377ff69 [Nokia N-Gage] Fix audio deinit which caused an error message on exit. I forgot to add this when I prepared the PR. Michael Fitzmayer 2025-02-01 23:58:21 +0100
  • 0508ea9ed3 Remove redundant guard Michael Fitzmayer 2025-02-01 20:01:06 +0100
  • 2df6db4d68 [Nokia N-Gage] Remove redundant guard after adding minimal inttypes.h to SDK. Michael Fitzmayer 2025-02-01 19:53:05 +0100
  • 7532e5e22c [Nokia N-Gage] Remove redundant guard after adding minimal stdbool.h to the toolchain Michael Fitzmayer 2025-02-01 19:44:40 +0100
  • a7260365a9 [Nokia N-Gage] Update guard as suggested by @madebr, this should fix CI Michael Fitzmayer 2025-02-01 19:41:36 +0100
  • d177b7fdcf [Nokia N-Gage] Update configuration after adding stdbool.h, stdint.h and wchar.h to the toolchain. Michael Fitzmayer 2025-02-01 19:38:39 +0100
  • 009fa11c20 [Nokia N-Gage] Remove redundant nullptr definition. Michael Fitzmayer 2025-02-01 12:20:18 +0100
  • 80fba45b14 [Nokia N-Gage] Move compile definitions to the SDK's toolchain file. Michael Fitzmayer 2025-02-01 12:14:24 +0100
  • 31a25e0ede [Nokia N-Gage] Add missing SDL_TriggerBreakpoint() implementation to avoid undefined reference issue Michael Fitzmayer 2025-02-01 12:13:44 +0100
  • 6ae1601c1f [Nokia N-Gage] Add platform to SDL.c Michael Fitzmayer 2025-01-31 21:41:01 +0100
  • 8ba6b6500d [Nokia N-Gage] Add logging support. Michael Fitzmayer 2025-01-31 21:40:22 +0100
  • fdae240134 Add missing include guard Michael Fitzmayer 2025-01-31 21:39:47 +0100
  • 1bf7f31e3f [Nokia N-Gage] Handle platform-specific edge cases. Michael Fitzmayer 2025-01-31 21:39:19 +0100
  • 37964425bd [Nokia N-Gage] Add timer/counter functions. Michael Fitzmayer 2025-01-31 21:37:23 +0100
  • 0ceed4facf [Nokia N-Gage] Add file system related functions. Michael Fitzmayer 2025-01-31 21:36:35 +0100
  • 8694147ac2 [Nokia N-Gage] Add functions related to locales and time. Michael Fitzmayer 2025-01-31 21:36:03 +0100
  • 22c24cce73 [Nokia N-Gage] Add platform-specific core functions that are used for debugging/logging purposes Michael Fitzmayer 2025-01-31 21:34:56 +0100
  • 638d77a43b [Nokia N-Gage] Add SDL main application entry point. Michael Fitzmayer 2025-01-31 21:33:20 +0100
  • e7a9c04aad [Nokia N-Gage] Add video driver implementation. Michael Fitzmayer 2025-01-31 21:32:28 +0100
  • b4419f882b [Nokia N-Gage] Add rendering back-end. Michael Fitzmayer 2025-01-31 21:31:50 +0100
  • de677e341c [Nokia N-Gage] Add audio driver implementation. Michael Fitzmayer 2025-01-31 21:30:38 +0100
  • 6e9cc61e23 [Nokia N-Gage] Add build configuration and platform-specific defines. Michael Fitzmayer 2025-01-31 21:29:49 +0100
  • 7f3065c494 [Nokia N-Gage] Add stub application: The purpose of this file is to validate that there are no undefined references when building with the N-Gage SDK since SDL can only be linked statically. Michael Fitzmayer 2025-01-31 21:28:13 +0100
  • aed6e555c7 [Nokia N-Gage] Add CMake build configuration. Michael Fitzmayer 2025-01-31 21:26:35 +0100
  • 2544d37931 joystick: Several minor GIP fixes Vicki Pfau 2025-05-21 20:59:16 -0700
  • d9db975b4b
    wayland: Use SDL_memcpy instead of SDL_copyp to copy the repeated text string Frank Praznik 2025-05-21 20:36:44 -0400
  • abcfa1b7de wayland: Use SDL_memcpy instead of SDL_copyp to copy the repeated text string Frank Praznik 2025-05-21 20:36:44 -0400
  • 6c648a0f4a
    wayland: Use SDL_memcpy instead of SDL_copyp to copy the repeated text string Frank Praznik 2025-05-21 20:36:44 -0400
  • e5c0e5efa7 Fix #13083 segfault in `SDL_RemoveTrayEntry()` for submenu entries Matteo Hausner 2025-05-20 23:34:59 +0200
  • 22828d5f2a Fix #13083 segfault in `SDL_RemoveTrayEntry()` for submenu entries Matteo Hausner 2025-05-20 23:34:59 +0200