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

4506 commits

Author SHA1 Message Date
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
disarray2077
3a4b22c6b1
Fix ReadBuffer 2023-05-04 23:57:58 -03:00
Brian Fiete
678bdc0ba6 Fix for deleting TimeZoneInfo.Utc on non-Windows 2023-05-04 10:21:44 -07:00
Brian Fiete
a64cf01751
Merge pull request #1837 from disarray2077/interfaces
Improve ILIst and add IDictionary
2023-05-04 06:44:31 -07:00
disarray2077
b6e05186b7 Improve ILIst and add IDictionary 2023-05-03 18:16:39 -03:00
Brian Fiete
c3c864de03
Merge pull request #1833 from disarray2077/patch-3
Fixed errors in sized array constructor
2023-05-03 07:36:52 -07:00
disarray2077
2a1bfbfa3f
Fixed errors in sized array constructor 2023-05-01 14:26:43 -03:00
Brian Fiete
d3ca45d80a Better setting/project/workspace handling of concurrent IDE instances 2023-04-25 09:59:32 -07:00
Brian Fiete
fe5cae2220 Splat aggregation fix in sized array initializer 2023-04-18 11:26:21 -07:00
Brian Fiete
aabd84368d Fixed ce dependency issue with mCeInnerFunctionInfo 2023-04-18 09:08:15 -07:00
Brian Fiete
41ab77d22d Multi-variable for formatting fix 2023-04-18 08:41:49 -07:00
Brian Fiete
037cb39240 Fixed Console.Readline, added Console.KeyAvailable 2023-04-17 15:16:19 -07:00
Brian Fiete
e71cb928a6 Fixed HandleCEAttributes with unspecialized variations 2023-04-17 13:31:29 -07:00
Brian Fiete
cb85c2b482 Comptime support for memmove 2023-04-17 12:42:49 -07:00
Brian Fiete
a1dbea2574
Merge pull request #1824 from MineGame159/simd_improvements
Simd improvements
2023-04-17 11:47:11 -07:00
Brian Fiete
13e1477eb2
Merge pull request #1823 from daafu/dafu/SDL2_update
Update SDL, SDL_image, SDL_mixer, SDL_ttf to newest release
2023-04-17 11:45:26 -07:00
Brian Fiete
0738fa8ce9 Missing 'this' local variable protection 2023-04-17 09:43:51 -07:00
MineGame159
987ee78aaf Remove old extern methods from SSE 2023-04-02 15:11:09 +02:00
MineGame159
ef5f336ef7 Add basic math methods to SSE 2023-04-02 15:07:51 +02:00
MineGame159
bf36bf4b95 Add min and max vector intrinsics and codegen infrastructure 2023-04-02 15:07:15 +02:00
MineGame159
7dad948f20 Add Runtime.Features to detect SIMD instruction set 2023-04-02 15:03:46 +02:00
Martin Cietwierkowski
e4010c19fe Remove "SDL_" from some remaining method names 2023-04-01 20:40:28 -04:00
Martin Cietwierkowski
c44b03386f Fix formatting 2023-04-01 20:12:59 -04:00
Martin Cietwierkowski
f450e3a1c5 Fix struct access 2023-04-01 20:01:56 -04:00
Martin Cietwierkowski
50e58fff5a Fix typos 2023-04-01 13:47:59 -04:00
Martin Cietwierkowski
4896accb9b more fixes 2023-04-01 13:43:31 -04:00
Martin Cietwierkowski
e87a579a1d Lots of fixes 2023-04-01 13:31:30 -04:00
Martin Cietwierkowski
15ca2a4dfd Compilation fixes
Seems to work now
2023-03-31 20:30:15 -04:00
Martin Cietwierkowski
b33b7454c2 Add missing license file 2023-03-31 20:07:50 -04:00
Martin Cietwierkowski
e3811820b4 Update binaries 2023-03-31 20:05:54 -04:00
Martin Cietwierkowski
8995cd0ee4 Remove unwanted files 2023-03-31 19:58:10 -04:00