Commit Graph

  • 9224f2d10a
    Merge 311553a7f5 into 63e142511d halx99 2024-12-04 18:41:50 +0000
  • 311553a7f5 Improve code style 3.x halx99 2024-12-05 02:03:01 +0800
  • 11bcd57649 Fix #2254 halx99 2024-12-05 01:31:57 +0800
  • 006dc4c87b Update libclang to 19.x for binding generator halx99 2024-12-05 01:31:30 +0800
  • ac70710c2e Update openal-soft to 1.24.1 halx99 2024-12-03 01:41:28 +0800
  • d43dd1653c Fix preprocessor checks halx99 2024-12-03 01:40:39 +0800
  • acb4f9f015 Delete unused files halx99 2024-10-19 08:21:39 +0800
  • 59211199a6 Fix LayerGradient not adapte float4 color format halx99 2024-10-13 23:00:53 +0800
  • a0cf936a5d All typo: ax::Color4F ==> ax::Color halx99 2024-10-10 00:13:50 +0800
  • f30ba5ceb4 Tidy vertex format halx99 2024-10-05 23:59:11 +0800
  • b15e450927 Make DrawNodeTest CandyMixEffect behavior same with 2.x halx99 2024-10-05 20:55:21 +0800
  • ab8a962992 Fix assetion fail in drawOrder enabled halx99 2024-10-05 19:40:17 +0800
  • bd80ee525d Improve code style halx99 2024-10-05 19:04:24 +0800
  • c11eb06041 Fix ci halx99 2024-10-05 17:56:55 +0800
  • fb7b8fd2dc Improve DrawNode, don't create backend::Buffer always halx99 2024-10-05 17:30:44 +0800
  • 5caa512192 Change underlaying color type to Color4F aka ax::Color halx99 2024-10-05 17:28:11 +0800
  • cab43d2e83 Make box2d 3.0 works and remove all chipmunk related halx99 2024-10-04 18:46:06 +0800
  • 1f7eb3949f Improve ImGuiPresenter, prevent mouse scroll event when handled halx99 2024-10-04 17:29:06 +0800
  • 132a455336 Mark DrawNode::clear as virtual function halx99 2024-10-04 17:25:59 +0800
  • e530081110 Implement drawArraysInstanced and make instanced draw more common use halx99 2024-10-04 16:51:46 +0800
  • c39a1bedc4 Remove deprecated stubs halx99 2024-10-04 15:56:00 +0800
  • 0ab4abb0b2 Bump 3.0.0 halx99 2024-10-04 17:23:23 +0800
  • 63e142511d Prefer utf-8 for build cmdline tools dev halx99 2024-12-05 02:40:39 +0800
  • d8969f161a
    Merge 5a192ef23f into 4f23e9499a j-jorge 2024-12-05 01:47:58 +0800
  • 4f23e9499a
    Committing luabindings for commit d956f43 (#2255) axmol-bot 2024-12-05 01:33:46 +0800
  • 1a165a6325 Committing luabindings for commit d956f43 halx99 2024-12-04 17:31:54 +0000
  • d956f43f69 Improve MediaPlayer, refer #2253 halx99 2024-12-05 01:25:34 +0800
  • b4daabcf74 Fix prebuilt preprocessor mismatch halx99 2024-12-05 01:13:09 +0800
  • a4a75644fb
    Update 3rdparty (#2252) halx99 2024-11-29 09:30:34 +0800
  • b602804118
    Merge 9462ed6f20 into c37bcf8977 宾晓皎 2024-11-28 23:21:16 +0000
  • 6f7b12aa57 Update 3rdparty halx99 2024-11-29 01:48:10 +0800
  • c37bcf8977
    Prevent excessive calls to deleteBackward method which may cause crashes on Android (#2248) RH 2024-11-29 02:12:21 +1100
  • 1e8fbb991d
    Detect CTRL+A key combination to select all text in EditBox (#2251) RH 2024-11-27 03:41:03 +1100
  • 0088f43a2f Ensure EditBox has focus before checking for CTRL+A combination rh101 2024-11-27 02:04:14 +1100
  • 6bdd4a84ba Detect CTRL+A key combination to select all text in EditBox rh101 2024-11-27 01:57:56 +1100
  • 0cafc024a9 Update parameter name rh101 2024-11-26 17:04:40 +1100
  • 2bd96900cd Remove logging calls used for testing rh101 2024-11-26 17:03:38 +1100
  • 57c3e6c1c2
    Ensure that git ignores build folders created in test projects (#2247) RH 2024-11-26 16:32:20 +1100
  • e2414b7642 Include TextFieldEx.h reference in axmoil-ui.h rh101 2024-11-26 16:01:16 +1100
  • b5cabc866b Pass the number of characters to delete from a TextField rh101 2024-11-26 16:00:32 +1100
  • bd2782442d Ensure that git ignores build folders created in test projects rh101 2024-11-26 13:42:05 +1100
  • dd170c9393 Fix formatting rh101 2024-11-25 22:48:40 +1100
  • 932e2f2fd0 Un-register the CTRL+A hotkey if no EditBox instances exist rh101 2024-11-25 22:41:48 +1100
  • dd64e22580 Add global hotkey handler for the CTRL+A combo rh101 2024-11-25 20:41:33 +1100
  • 449d921063
    Add support for selecting all text in editbox via CTRL+A (#2238) RH 2024-11-23 05:10:14 +1100
  • 0c0e40fac5 Add support for selecting all text in editbox via CTRL+A rh101 2024-11-22 20:36:31 +1100
  • 502961dcc5
    Metal: enable mipmap support (#2235) smilediver 2024-11-15 17:12:02 +0200
  • ac5d3525f3 Metal: enable mipmap support Julius Trinkunas 2024-11-14 20:20:47 +0200
  • db84ae9f13 Moved to protected so can be used as default Martin King 2024-11-14 15:10:53 +0000
  • 5a192ef23f wip code review Julien Jorge 2024-11-14 07:10:52 +0100
  • a994e52d38 Fix incorrect premultiplied alpha formula for gray+alpha images. Julien Jorge 2024-11-13 20:51:12 +0100
  • d82e4e19ca Handle gray+alpha PNG images as gray+alpha sprites. Julien Jorge 2024-11-13 20:23:15 +0100
  • 639a513d21 Fix typo in pkg_check_modules for GTK3. Julien Jorge 2024-11-12 20:20:43 +0100
  • 3217193264 ax::Image converts gray + alpha PNGs to RGBA. Julien Jorge 2024-11-06 22:17:26 +0100
  • f03efb8cf7
    Fix for Android build issue (#2225) RH 2024-11-01 03:59:17 +1100
  • bedac64c36
    Add required empty line RH 2024-10-30 14:28:30 +1100
  • 9a1a0e7b81 Add copyright notice rh101 2024-10-30 14:26:46 +1100
  • c9cd7cfc2f Fix Android build issue rh101 2024-10-30 14:24:11 +1100
  • 1e633a015d
    Remove TTF Font charCode 65535 limit halx99 2024-10-29 06:53:23 +0800
  • 53ec946592
    Improve DrawNode::drawPie() (#2222) aismann 2024-10-28 14:43:09 +0100
  • c993da1b30
    Make win32 messageBox always TOPMOST (#2221) aismann 2024-10-28 14:24:20 +0100
  • 4db18ffef8
    Improve DrawNode::drawPie() aismann 2024-10-28 07:59:12 +0100
  • 22066bdddd
    Windows: messageBox should be "always" TOPMOST aismann 2024-10-27 22:54:23 +0100
  • 7406e20b2d Update to locate Microsoft Build Tools Martin King 2024-10-23 10:35:05 +0100
  • 044cc87543
    Fix DrawNode::drawPie(DrawMode::Line, thickness =1) draw a closed line (like DrawMode::Semi) (#2217) aismann 2024-10-22 15:56:00 +0200
  • a666c2c7ec
    Merge branch 'axmolengine:dev' into dev aismann 2024-10-22 11:36:46 +0200
  • 94efedcab6 Update DrawNode.cpp eismpesd 2024-10-22 11:33:57 +0200
  • 8a705f1dcb [CI] Allow publish from specified commitish halx99 2024-10-22 13:04:10 +0800
  • 425c34bbb5 Update AGP to 8.6.0 (#2133) CHP 2024-10-21 17:25:03 +0200
  • c55e80e999 Fix curl link error on macOS v2.2.1 halx99 2024-10-22 12:47:13 +0800
  • dd3207b7b7
    Fix ubuntu 24.04 pwsh setup [skip ci] halx99 2024-10-21 23:23:55 +0800
  • 5d9b18de0d Rollback fmt to 11.0.2 & emsdk to 3.1.67 v2.2.0 halx99 2024-10-20 23:48:51 +0800
  • 7be00213a9
    Release 2.2.0 (#2207) halx99 2024-10-20 09:42:12 +0800
  • f2d1a491bc
    Update CHANGELOG.md halx99 2024-10-20 09:40:59 +0800
  • 421231a459 Fix wasm compile errors with emsdk-3.1.68+ halx99 2024-10-20 00:44:56 +0800
  • 2d875ddb26 Update ChangeLog halx99 2024-10-11 00:19:11 +0800
  • cc2e791efd
    Update CHANGELOG.md halx99 2024-10-11 00:17:58 +0800
  • d6b234ab1a Update ChangeLog halx99 2024-10-11 00:16:42 +0800
  • e86e283561
    Update manifest.ps1 halx99 2024-10-10 23:49:33 +0800
  • 7e857f88ab
    Update DevSetup.md CHP 2024-10-07 16:32:03 +0200
  • 8a9ad35d58
    Fix #2199 (#2200) halx99 2024-10-02 11:10:49 +0800
  • 8ab4a6d7dd Update glad version halx99 2024-10-02 10:21:48 +0800
  • 0c9219516e Fix #2199 halx99 2024-10-02 10:13:10 +0800
  • 2e70bfc98a
    DrawNode calls: replacing Color4F with Color4B (without the 'test' folder!) (#2192) aismann 2024-10-01 13:10:07 +0200
  • 4644b2b428 Scheduler: fix invalidated iterator access in `unscheduleAllWithMinPriority()` roman.semenov 2024-08-30 16:07:04 +0300
  • dd414bfa5e Scheduler: fix invalidated iterator access in `unscheduleAllWithMinPriority()` roman.semenov 2024-08-30 16:07:04 +0300
  • 5d6ab4eccb Update controller.cpp aismann 2024-09-29 08:52:40 +0200
  • a39ab6ca6a removed unused includes aismann 2024-09-29 12:46:39 +0200
  • 3533a56221 replace Color4F aismann 2024-09-29 12:07:52 +0200
  • 56698245b0 drawNode calls: replace Color4F with Color4B aismann 2024-09-29 10:13:49 +0200
  • eb893fc084
    Update controller.cpp aismann 2024-09-29 08:52:40 +0200
  • 95629d9978 Update 3rd libs & emsdk halx99 2024-09-28 14:30:24 +0800
  • ee79bd2fa4 Update 3rd libs & emsdk halx99 2024-09-28 14:30:24 +0800
  • 62eebaa8af
    `AxmolActivity` refactoring and fixes (#2185) smilediver 2024-09-28 07:41:54 +0300
  • df73d5cfb4 AxmolGLSurfaceView: remove accidental exception throw Julius Trinkunas 2024-09-27 19:02:27 +0300
  • 08b1657e14
    Fix #2186 halx99 2024-09-27 21:40:24 +0800
  • 4d43933255 AxmolRenderer: fix lost state when app activity is relaunched Julius Trinkunas 2024-06-12 19:19:49 +0300
  • 16729156e1 AxmolActivity: simplify and fix director not resumed after system dialog Julius Trinkunas 2024-09-26 15:32:51 +0300
  • defb90e7a7 AxmolActivity: add logging of activity lifecycle changes Julius Trinkunas 2024-09-26 14:50:36 +0300
  • 4953c71b96
    Merge 098d34473a into ca12633ca8 AlexandreK38 2024-09-25 18:20:27 +0300