1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 20:42:21 +02:00
Commit graph

4286 commits

Author SHA1 Message Date
Brian Fiete
588d05767e Revert fix 2023-07-06 13:29:23 -04:00
Brian Fiete
0b68abde8f Improved canceled comptime type rebuilds 2023-07-06 09:21:40 -04:00
Brian Fiete
19fcb7f890 Fixed 'Function' constraint 2023-07-03 10:08:40 -04:00
Brian Fiete
2beb2231ac
Merge pull request #1869 from RogueMacro/master
Fix Console.CursorLeft y-coordinate
2023-07-02 07:12:32 -04:00
Brian Fiete
589095277e parentWidget null check 2023-06-30 07:09:54 -04:00
Brian Fiete
6be091c781 BfResolvedTypeSet iterator MovePastNulls 2023-06-30 06:47:33 -04:00
Brian Fiete
f4ef2d1fbf mCurTypeInstance NULL check 2023-06-30 06:47:03 -04:00
RogueMacro
87a0a9e610
fix Console.CursorLeft y-coordinate 2023-06-30 01:40:16 +02:00
Brian Fiete
c18c76b4fe Properly handle splattable cast to base where base is CRepr 2023-06-29 11:43:43 -04:00
Brian Fiete
e46f525e90 Fixed arg 2023-06-29 07:49:21 -04:00
Brian Fiete
c6150c850e Made ResolveTypeRef failure more robust 2023-06-29 07:48:11 -04:00
Brian Fiete
247eb0abdc Fixed invalid return from GetSimdTypeString
Fixed invalid return from GetSimdTypeString
2023-06-29 07:37:24 -04:00
Brian Fiete
1aa99da714 Fixed LoadProperty for struct pointers 2023-06-28 16:21:37 -04:00
Brian Fiete
ba0ff23e9d Renamed Compress.cpp to Compression.cpp 2023-06-28 16:20:26 -04:00
Brian Fiete
2ead8e5377 Improved attribute encoding for nulls 2023-06-24 06:03:46 -04:00
Brian Fiete
19a2855da9 Display error for theme file failure 2023-06-23 07:15:38 -04:00
Brian Fiete
269716c0d4 Rework hex parsing flags. New 'Hex' flag, 'AllowHexSpecifier' allows hex 2023-06-22 07:52:43 -04:00
Brian Fiete
4ab140a4f4 Merge remote-tracking branch 'origin/master' 2023-06-22 06:30:55 -04:00
Brian Fiete
0c6bf2d6b5 Soften splat error in BfModule::Cast 2023-06-22 06:30:50 -04:00
Brian Fiete
a5a7e6efe0 Color helpers 2023-06-22 06:30:07 -04:00
Brian Fiete
56315b291b
Merge pull request #1861 from sere3925sere/master
using Beef042RT32_wasm_pthread.a in addition to Beef042RT32_wasm.a
2023-06-20 13:34:51 -04:00
sere3925sere
fc6ac6165e
Update build_wasm.bat 2023-06-15 18:54:41 +04:00
sere3925sere
7484b50970
Update IDEApp.bf 2023-06-15 18:51:11 +04:00
sere3925sere
8a8088127f
Update BuildContext.bf 2023-06-15 18:48:56 +04:00
Brian Fiete
2fd5d67e07 Startup panel tweaks 2023-06-08 10:06:14 -04:00
Brian Fiete
8b5fca82ec Fixed CurrentBookmark deleted ref 2023-06-08 10:05:29 -04:00
Brian Fiete
73d3e0f5e2
Merge pull request #1858 from Fusioon/startup_panel
Add startup panel
2023-06-08 08:28:28 -04:00
Fusioon
64a23ceb9a Add startup panel 2023-06-04 13:41:44 +02:00
Brian Fiete
1846c61317
Merge pull request #1857 from sere3925sere/master
Updated SDL2 headers
2023-06-03 09:46:13 -04:00
sere3925sere
a6b99dd520
Update SDL2_mixer.bf 2023-06-03 17:22:39 +04:00
sere3925sere
f7f87407ae
Update SDL2.bf 2023-06-03 17:21:14 +04:00
Brian Fiete
0e274aee8e Fixed recent files leak 2023-06-01 08:49:26 -04:00
Brian Fiete
ed444416f0 Improved settings reloading recent file menu item updating 2023-06-01 08:00:16 -04:00
Brian Fiete
c1f4466dd1 Fixed valueless foreach 2023-05-30 09:16:24 -04:00
Brian Fiete
891aef16be Merge remote-tracking branch 'origin/master' 2023-05-30 09:00:35 -04:00
Brian Fiete
77ce6a4175 Fixed some extension dtor null issues 2023-05-30 09:00:30 -04:00
Brian Fiete
891e4fd789 Minor lib changes 2023-05-26 09:00:20 -04:00
Brian Fiete
9d125eaaf2
Merge pull request #1854 from Fusioon/fix_maximize
Fix IDE starting in normal window instead of maximized
2023-05-25 09:47:29 -04:00
Fusioon
479a218258 Fix IDE starting in normal window instead of maximized 2023-05-24 22:23:39 +02:00
Brian Fiete
84540431fc
Merge pull request #1849 from m910q/FixStringHashing
Fix string hashing when a single char is left after hashing ints
2023-05-23 14:57:33 -04:00
Brian Fiete
4d7940c1c4
Merge pull request #1845 from disarray2077/num_parse
Improvements to Number parsing
2023-05-23 14:57:16 -04:00
Brian Fiete
51818ae0eb
Merge pull request #1844 from disarray2077/patch-5
Fix IDE crash
2023-05-23 14:56:27 -04:00
m910q
3afdc80f2f Fix string hashing when a single char is left after hashing ints 2023-05-18 20:07:11 +02:00
disarray2077
5d28f8e1f0 Improvements to Number parsing 2023-05-14 16:54:26 -03:00
disarray2077
adc0fa6e22
Fix IDE crash 2023-05-14 16:04:51 -03:00
Brian Fiete
4c65652955
Merge pull request #1840 from disarray2077/fix_extern_edit
Fix detection of external modifications
2023-05-05 08:23:28 -07:00
disarray2077
64700d7a95 Fix detection of external modifications 2023-05-05 15:03:24 -03:00
Brian Fiete
1bff9e97fa
Merge pull request #1839 from disarray2077/patch-4
Fix ReadBuffer
2023-05-05 06:24:26 -07:00
Brian Fiete
f723ce1e39 Fix for valueluess mixin arguments 2023-05-05 06:17:05 -07:00
disarray2077
f070c3e0d2
Fix PendingNewlineCheck 2023-05-05 00:12:49 -03:00