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

4117 commits

Author SHA1 Message Date
MineGame159
ce2a1a4657 Fixed BfParser::GetIndexAtLine 2022-12-02 17:49:26 +01:00
Brian Fiete
15dc0f4687
Merge pull request #1763 from kallisto56/master
Fixed memory leak of temporary tab
2022-11-30 14:55:02 -08:00
Brian Fiete
17aafaeb66
Merge pull request #1762 from disarray2077/patch-9
Add `Remove` method to HashSet Enumerator
2022-11-30 14:54:37 -08:00
Brian Fiete
00d2dcd1b9
Merge pull request #1761 from disarray2077/patch-8
Slightly improve StringEnumerator `HasMore`
2022-11-30 14:54:02 -08:00
Chernyavsky Andrey
cd90c3f5be Fixed memory leak of temporary tab 2022-11-25 14:29:47 +05:00
disarray2077
2d7c506b9e
Add Remove method to HashSet Enumerator 2022-11-24 20:07:12 -03:00
disarray2077
7ebf233882
Slightly improve StringEnumerator HasMore 2022-11-24 18:59:18 -03:00
Brian Fiete
c52f3a247e Added required 'using' 2022-11-23 06:22:58 -08:00
Brian Fiete
f055c9ff01
Merge pull request #1759 from disarray2077/patch-7
Add capacity ctor and `SetLength` to MemoryStream
2022-11-23 06:00:05 -08:00
Brian Fiete
e963961107
Merge pull request #1758 from disarray2077/patch-6
Add `Type` overloads to Enum methods
2022-11-23 05:59:33 -08:00
disarray2077
4a0ec6ce8c
Add capacity ctor and SetLength to MemoryStream 2022-11-22 17:30:02 -03:00
disarray2077
d1aafda19e
Add Type overloads to Enum methods 2022-11-22 17:17:14 -03:00
Brian Fiete
08d292d3ea Pin tab menu tweak 2022-11-22 07:37:02 -08:00
Brian Fiete
f01665ac06
Merge pull request #1756 from kallisto56/master
Feature: Pinned tabs
2022-11-22 06:07:43 -08:00
Chernyavsky Andrey
98a03d5d46 Feature: Pinned tabs 2022-11-22 01:24:49 +05:00
Brian Fiete
7293fed046 Dynamically load SDL2.dll 2022-11-17 07:29:50 -08:00
Brian Fiete
82e06c4582 Improved lambda param name autocomplete triggering 2022-11-16 13:59:14 -08:00
Brian Fiete
4456bc0540 Socket UDP support 2022-11-16 13:56:52 -08:00
Brian Fiete
a49d8399ce More keycodes 2022-11-16 13:56:32 -08:00
Brian Fiete
2428fe8e57 Beefy2D windows enhancements 2022-11-16 13:56:20 -08:00
Brian Fiete
6045137bce Fixed autocomplete for lambda param names 2022-11-16 13:55:33 -08:00
Brian Fiete
7dfb279e48 Fixed Cut/Paste workspace menu items 2022-11-10 09:09:41 -08:00
Brian Fiete
0ffd1df0ce Copy SDL2.dll 2022-11-10 07:48:57 -08:00
Brian Fiete
c6829ab1ee Copy SDL2 2022-11-10 06:58:12 -08:00
Brian Fiete
06f8b250fc IDE text undo/redo fix 2022-11-10 06:38:27 -08:00
Brian Fiete
8e191b074b SDL platform improvements 2022-11-10 06:37:55 -08:00
Brian Fiete
d20b53b187 Improved SDL platform support, 'ar' lib reworking 2022-11-07 09:57:27 -08:00
Brian Fiete
258a6653f9 SDL/OGL platform improvements 2022-11-03 10:58:24 -07:00
Brian Fiete
213aea8c82 Fix GetStringPoolIdx with non-const arg 2022-10-25 08:33:24 -04:00
Brian Fiete
bb73aced22 Profiler changes 2022-10-25 08:28:45 -04:00
Brian Fiete
3122839ea8 mCurMethodState null check for RestoreScoreState_LocalVariables 2022-10-18 12:52:21 -04:00
Brian Fiete
1a5af42338 Goto token name fix 2022-10-18 12:50:23 -04:00
Brian Fiete
a2c340cbae
Merge pull request #1739 from farism/master
Add System.Math.Cbrt
2022-10-18 07:15:15 -04:00
Brian Fiete
cb97493a05
Merge pull request #1736 from Fusioon/linux-filewatch_improve
Linux filewatch improvements
2022-10-18 07:15:04 -04:00
farism
bd891171f7 Add System.Math.Cbrt 2022-10-17 15:51:00 -07:00
Fusioon
1c2af5467a Linux filewatch improvements
Improve handling of newly created directories and watcher removal
2022-10-11 04:31:03 +02:00
Brian Fiete
d37c515644
Merge pull request #1732 from disarray2077/patch-5
Fix ConvertTo with TypedPrimitive parameter
2022-10-06 11:32:39 -04:00
Brian Fiete
cf9aa7012c
Merge pull request #1731 from disarray2077/patch-4
Fix IsSubtypeOf with TypedPrimitive parameter
2022-10-06 11:32:19 -04:00
disarray2077
03f7b62c10
Fix ConvertTo with TypedPrimitive parameter 2022-10-06 12:04:49 -03:00
disarray2077
394bcd82d3
Fix IsSubtypeOf with TypedPrimitive parameter 2022-10-06 11:50:20 -03:00
Brian Fiete
3d90c5366c
Merge pull request #1730 from Fusioon/linux-filewatcher
Add linux filewatcher
2022-10-06 08:28:54 -04:00
Fusioon
93c3b27c48 Add linux filewatcher
Implement inotify based filewatcher for linux
2022-10-06 00:10:34 +02:00
Brian Fiete
532deab0cb
Merge pull request #1712 from eveningstarinc/hunterbridges/FieldResolutionBugfix
Field resolution compiler crash fix
2022-09-21 13:40:48 -07:00
Hunter Bridges
d30fafb702 Field resolution compiler crash fix 2022-09-21 11:58:51 -07:00
Brian Fiete
208f9f2c60 Turn off Beep failure for BeefBuild 2022-09-20 13:24:32 -07:00
Brian Fiete
09a58b0a24 Merge remote-tracking branch 'origin/master' 2022-09-20 11:24:24 -07:00
Brian Fiete
fd4ea4e650 Fixed Unescape hex decoding 2022-09-20 11:24:17 -07:00
Brian Fiete
621f678fe9
Merge pull request #1711 from MineGame159/virtual-methods
Mark console output methods in IDEApp as virtual
2022-09-20 07:24:07 -07:00
MineGame159
18bc4c400b Mark console output methods in IDEApp as virtual 2022-09-20 15:53:52 +02:00
Brian Fiete
38d47fa254 PerformAssignment_CheckOp methodInst null check 2022-09-15 08:40:22 -07:00