Commit Graph

  • 4f31f85b6b
    Emscripten: Remove direct blocking prompt calls from Lua Tamás Bálint Misius 2023-02-12 08:44:13 +0100
  • 67e41b6705
    Emscripten: Add target, update tpt-libs Tamás Bálint Misius 2023-01-24 18:37:06 +0100
  • 7bb2eb9d4d
    Update streamline description so that it's more helpful and matches intended description from dd8902b2c33c jacob1 2023-08-20 00:28:52 -0400
  • 98b42d9e71
    Prefer luajit's bit module over ours Tamás Bálint Misius 2023-08-08 08:11:00 +0200
  • 8855a26667
    Kill stickman/figh immediately if health goes below zero, fixes #929 jacob1 2023-08-07 21:38:59 -0400
  • 2c56adde5a
    Work around some input method bug on windows Tamás Bálint Misius 2023-08-01 18:41:34 +0200
  • a5e179e530
    Fix some signed integer UB in RNG and related code Tamás Bálint Misius 2023-07-20 21:38:19 +0200
  • 26a17c4e1f
    Fix crash in math.random if a max size interval is specified Tamás Bálint Misius 2023-07-20 21:33:43 +0200
  • 53d573ad3c
    Fix crash if a save thumbnail is missing from the server snapshot-259 Tamás Bálint Misius 2023-07-19 11:06:13 +0200
  • 2c04cf510a
    Fix sim.neighbours yielding the center particle Tamás Bálint Misius 2023-07-01 16:12:54 +0200
  • b690a8ad75
    Merge branch 'master' into phot-revamp #884 Ksawi 2023-06-30 19:47:35 +0200
  • 90004242d6
    Fix crash when overwriting a local save Tamás Bálint Misius 2023-06-24 07:13:43 +0200
  • 5b708219c0
    Fix logouts not actually destroying sessions snapshot-258 Tamás Bálint Misius 2023-06-23 22:00:54 +0200
  • 56004348c3
    Fix negative-size rects being returned by Rect::operator & Tamás Bálint Misius 2023-06-22 21:39:09 +0200
  • 2bc2acc00e
    Fix ExecVoteRequest sending AuthHeaders multiple times Tamás Bálint Misius 2023-06-18 20:47:30 +0200
  • 0f418ec195
    Fix crash if an avatar is missing from the server Tamás Bálint Misius 2023-06-18 15:37:13 +0200
  • 5b610f0b0e
    Make OptionsView somewhat more manageable Tamás Bálint Misius 2023-06-11 19:58:56 +0200
  • 958ab1df96
    Make Grave (the key under Esc) exiting the console optional Tamás Bálint Misius 2023-06-11 18:52:18 +0200
  • d296cf5d77
    Enable SECURE_CIPHERS_ONLY with mbedTLS Tamás Bálint Misius 2023-06-11 18:39:10 +0200
  • ced2700c34
    Wire up SECURE_CIPHERS_ONLY Tamás Bálint Misius 2023-06-11 18:36:16 +0200
  • b6c6cf00d0
    Enable installation in the meson config Tamás Bálint Misius 2023-06-11 18:20:26 +0200
  • 0b0f40ec94
    Eliminate a GameSave copy in Simulation::Load Tamás Bálint Misius 2023-06-11 18:12:49 +0200
  • f805b15ee5
    Don't show a blue screen when the window is already closing Tamás Bálint Misius 2023-06-11 16:58:49 +0200
  • 04455ada1c
    Use clip rects to draw progress bar content Tamás Bálint Misius 2023-06-11 16:14:14 +0200
  • 5e15d02eb8
    Stop using 32-bit time in SaveInfo Tamás Bálint Misius 2023-06-11 15:36:45 +0200
  • daabe6a116
    Use unique_ptr to hold on to SDL_GetPrefPath's result Tamás Bálint Misius 2023-06-11 07:22:04 +0200
  • 3991bb0906
    Complain on windows if the active code page is not UTF-8 Tamás Bálint Misius 2023-06-11 07:11:41 +0200
  • ced60439ae
    Fix mingw builds snapshot-257 Tamás Bálint Misius 2023-06-10 19:52:49 +0200
  • c73fa1bcdd
    Prevent almost all HTTP requests from blocking Tamás Bálint Misius 2023-06-10 12:28:30 +0200
  • c2f8a7df25
    Fix crash on exit when multiple windows are open Tamás Bálint Misius 2023-06-10 18:50:02 +0200
  • eea0c54a36
    Fix pastes not being centred on the cursor Tamás Bálint Misius 2023-06-08 12:21:23 +0200
  • 6fb893a8de
    Fix random particles disappearing when pasting Tamás Bálint Misius 2023-06-02 08:19:32 +0200
  • 28a701a756
    Enable out of bounds pasting in GameView Tamás Bálint Misius 2023-06-02 08:10:57 +0200
  • a205612802
    Fix crash upon an out of bounds Simulation::Load Tamás Bálint Misius 2023-06-02 07:06:40 +0200
  • 1a69bbfb51
    Add hflip and rotation parameters to sim.loadStamp Tamás Bálint Misius 2023-06-02 06:44:23 +0200
  • 8429ae2aee
    Merge pull request #1 from Abrams11IsBack/Abrams11IsBack-dev1 #924 Abrams11 2023-05-31 15:48:10 +0200
  • 1600bd42ba
    Update IntroText.h Fixed(i think) Abrams11 2023-05-31 15:47:05 +0200
  • 66986538c2
    Merge branch 'The-Powder-Toy:master' into dev Abrams11 2023-05-31 15:45:00 +0200
  • 7b894a693e
    Get rid of pointless virtual dtors in Request derivatives snapshot-256 Tamás Bálint Misius 2023-05-28 11:28:54 +0200
  • 0cc179ae4e
    Factor RequestManager threading into Libcurl impl Tamás Bálint Misius 2023-05-28 10:29:18 +0200
  • 7cd88a094c
    Enable non-multipart POST requests Tamás Bálint Misius 2023-02-12 20:18:34 +0100
  • 6179071351
    Pass particle coordinates to Simulation::Save Tamás Bálint Misius 2023-05-30 15:18:54 +0200
  • 21452056a0
    Update IntroText.h #923 Abrams11 2023-05-29 17:29:43 +0200
  • 9884b4108e
    Tame variable scopes in Air.cpp snapshot-255 Tamás Bálint Misius 2023-05-27 21:31:43 +0200
  • 86fb18aa08
    Fix some air simulation asymmetries (#897) JasonS05 2023-05-27 15:14:46 -0700
  • 952a08fc68 Fix some air simulation asymmetries #897 Jason Stone 2023-05-27 14:55:50 -0700
  • f23a3dd2f8
    Fix unknown HTTP response body size being reported as 0 in some cases Tamás Bálint Misius 2023-05-27 20:16:16 +0200
  • 16e1ca74f2
    Mark Platform::WinNarrow/WinWiden as to-be-eventually-deprecated Tamás Bálint Misius 2023-05-27 20:07:52 +0200
  • 920f7646e4
    Fix more reflection issues Tamás Bálint Misius 2023-03-14 15:06:49 +0100
  • c0a2370c77
    Fix paste previews being positioned incorrectly Tamás Bálint Misius 2023-05-14 20:44:13 +0200
  • 41aad5b0bd
    Update Checkbox.cpp #922 artahadhahd 2023-05-13 19:23:35 +0200
  • 18084d5aa0
    Request UTF-8 code page at startup on windows Tamás Bálint Misius 2023-05-13 14:51:41 +0200
  • 7ef02a6c0b
    Remove return value from Simulation::Load Tamás Bálint Misius 2023-05-13 13:18:12 +0200
  • ee87f0a0a7
    Fix vote bars in previews touching the enclosing rects Tamás Bálint Misius 2023-05-13 12:43:09 +0200
  • a9d231587c
    Show save button thumbnail in the preview if it's available Tamás Bálint Misius 2023-05-13 12:34:23 +0200
  • 843f414291
    Fix scary mutant spiders (many-headed stickmen) Tamás Bálint Misius 2023-05-13 12:02:03 +0200
  • d8acdfb576
    Fix various warnings that had piled up snapshot-254 Tamás Bálint Misius 2023-05-12 18:02:23 +0200
  • 9bd8bd2274
    Fix some deprecation warnings Tamás Bálint Misius 2023-05-12 16:54:35 +0200
  • c8bc8a7285
    Fix some deprecation warnings (#920) Tamás Bálint Misius 2023-05-12 09:00:06 +0200
  • 2cedfcf0e1
    More traversal order hackery #920 Tamás Bálint Misius 2023-05-12 07:59:04 +0200
  • f369f8bf27
    Fix some deprecation warnings Tamás Bálint Misius 2023-05-04 20:39:24 +0200
  • 0f95ce82f8
    Sanitize GameSave/SaveInfo/SaveFile ownership Tamás Bálint Misius 2023-05-11 12:40:23 +0200
  • 5c5354655c
    Fix progress bars drawing their borders in the wrong place Tamás Bálint Misius 2023-05-09 22:54:41 +0200
  • 0e3968af0b
    Add fs.isLink Tamás Bálint Misius 2023-05-09 22:31:12 +0200
  • 65cf8021c9 Reorganize the constructors of non-owning PlaneAdapter mniip 2023-05-04 19:38:46 +0200
  • 03e7826080
    Merge pull request #918 from triclops200/patch-1 jacob1 2023-05-03 23:51:16 -0400
  • 29655db976
    Update IntroText.h #918 Victoria Hoyle 2023-05-03 23:34:53 -0400
  • 23fca18f51
    Update README.md Victoria Hoyle 2023-05-03 23:30:35 -0400
  • 3eb3481fda
    Fix local save browser crashing in some cases Tamás Bálint Misius 2023-05-01 22:22:47 +0200
  • 60a7ce1aae
    Use _rgb literals where possible Tamás Bálint Misius 2023-04-30 14:14:24 +0200
  • 410dc71f42
    Fix some deprecation warnings Tamás Bálint Misius 2023-04-30 12:19:02 +0200
  • 9fbb780728
    Fix some deprecation warnings Tamás Bálint Misius 2023-04-30 11:27:58 +0200
  • f5cbc30d85
    Fix some deprecation warnings Tamás Bálint Misius 2023-04-29 15:34:19 +0200
  • 2960e0f58f
    Fix some deprecation warnings Tamás Bálint Misius 2023-04-29 14:44:27 +0200
  • 8f10210c77
    Fix various unintended layout changes since 97.0 Tamás Bálint Misius 2023-04-29 12:52:29 +0200
  • ad1420152c
    Fix delete key not functioning correctly in textboxes when text is selected jacob1 2023-04-25 00:30:07 -0400
  • 8b7a96b5ef
    Fix RIME's description (it is formed through deposition, not sublimation) jacob1 2023-04-23 22:52:29 -0400
  • 8d88394e38 Add RGBA.Pack(), Simplify ui::Colour/RGBA conversions catsoften 2023-04-15 19:03:43 -0400
  • 561fc17431 Simplify conversion from temperature to color in OptionsView catsoften 2023-04-13 21:05:11 -0400
  • a715f5d71a Use RGB for constants and gradients, other misc changes catsoften 2023-04-13 20:55:24 -0400
  • bc085705a8 Remove deprecated PIXPACK/RGB/R/G/B functions catsoften 2023-04-11 17:49:16 -0400
  • 5fc8770ee2
    Fix pmap usage in Simulation::flood_water Tamás Bálint Misius 2023-04-16 11:05:37 +0200
  • 807aff9455
    Add RGBA.Pack(), Simplify ui::Colour/RGBA conversions #915 catsoften 2023-04-15 19:03:43 -0400
  • 1b5e2d5d3d
    Simplify conversion from temperature to color in OptionsView catsoften 2023-04-13 21:05:11 -0400
  • 4255d31252
    Use RGB for constants and gradients, other misc changes catsoften 2023-04-13 20:55:24 -0400
  • 1aec61096d
    Remove deprecated PIXPACK/RGB/R/G/B functions catsoften 2023-04-11 17:49:16 -0400
  • 54d08f3496
    Protect new math.random against division by 0 Tamás Bálint Misius 2023-04-15 23:20:25 +0200
  • 34e4d90dac
    Properly seed rng at load time for saves that don't carry rng state Tamás Bálint Misius 2023-04-15 23:03:54 +0200
  • a8604ef579
    Add ensureDeterminism to saves Tamás Bálint Misius 2023-04-15 19:01:42 +0200
  • 9c3b966c18
    Expose new features to Lua Tamás Bálint Misius 2023-04-15 18:21:50 +0200
  • 0b82796ba4
    Add Simulation::frameCount, save blockair/blockairh and rng state Tamás Bálint Misius 2023-04-10 12:46:48 +0200
  • eee42b2ea3
    Fix RNG usage Tamás Bálint Misius 2023-04-08 23:10:05 +0200
  • e812406a15 Refactor zoom window graphics mniip 2023-04-14 10:45:36 +0200
  • c23eba1921 Remove unused Component::Component overloads mniip 2023-04-13 18:48:19 +0200
  • 8c387a5a00 convert ThumbnailRequest to Vec2 mniip 2023-04-12 19:28:55 +0200
  • aa2fa9ed8c Remove Graphics::SetClipRect mniip 2023-04-12 19:24:25 +0200
  • 9b9b0b794a Remove Graphics::vid, Graphics::textwidthx, Graphics::textsize mniip 2023-04-12 19:03:31 +0200
  • e1d230f814 New text width ops mniip 2023-04-10 23:54:46 +0200
  • 7a459e8021 Fix CI mniip 2023-04-10 23:31:30 +0200
  • f443eeff2f Refactor Engine, Window, and Panel drawing mniip 2023-04-10 23:05:44 +0200