1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Jun 22, 2024 — Jun 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Allow "-" in filenames More... about 11 years ago
Added metadata recognition and ".."-newline fix More... about 11 years ago
Added support for Var Objects in Methods/Functions. For now, ignore missing catches in try blocks.
Brucey
as woollybah
More... about 11 years ago
Update test reference02 to include object overwriting and string references More... about 11 years ago
adjusted test pointer_01 to use framework More... about 11 years ago
Fixed another way to call function pointer fields. Added brl.retro to test modules.
Brucey
as woollybah
More... about 11 years ago
Added test to check if function pointers in types are working More... about 11 years ago
Added test if Try-Block is possible without "catch"-part More... about 11 years ago
adjusted More... about 11 years ago
Added missing casts for Long. Don't downcast when doing bit math.
Brucey
as woollybah
More... about 11 years ago
License updates.
Brucey
as woollybah
More... about 11 years ago
Added support for multi-dimensional arrays. Fixed string comparison generation (now uses bbStringCompare). Fixed semanting order for types (fixes #8). Improved handling of => and =< operators. Fixed munged name generation for files using dots for word separators. License updates. Added AUTHORS.md
Brucey
as woollybah
More... about 11 years ago
Added 2 tests concerning language More... about 11 years ago
Added test for "brl.audio" (playing WAV and OGG) More... about 11 years ago
Allow comparisons "=>" and "=<" (BlitzMax-like) More... about 11 years ago
Added modules for testing.
Brucey
as woollybah
More... about 11 years ago
Added license information.
Brucey
as woollybah
More... about 11 years ago
Positive and negative NaN!?
Brucey
as woollybah
More... about 11 years ago
Fixed semanting for function pointer initialisation.
Brucey
as woollybah
More... about 11 years ago
Added modules for testing.
Brucey
as woollybah
More... about 11 years ago
INF and NAN support. More work on function pointers. Improved casting to numerics from pointers. Improved support for endtype.
Brucey
as woollybah
More... about 11 years ago
A StringCharPtr is like a String.
Brucey
as woollybah
More... about 11 years ago
Function pointers loaded from Interface should be recognised as a TGlobalDecl.
Brucey
as woollybah
More... about 11 years ago
Removed completed Inbin support.
Brucey
as woollybah
More... about 11 years ago
Improved support for endmethod, endfunction and endselect. Fixed problem consuming method with certain names.
Brucey
as woollybah
More... about 11 years ago
- added brl.glmax2d and brl.max2d to compiling mods More... about 11 years ago
Added SizeOf keyword. (TODO: primitives) Implemented Object to Byte Ptr support. Added Sar keyword. Handle Var Ptr variables better.
Brucey
as woollybah
More... about 11 years ago
Added freetypefont test.
Brucey
as woollybah
More... about 11 years ago
Fixed Global initialisation ordering issue. Null byte ptrs and numerics should be zero. Parse primitive types in more places.
Brucey
as woollybah
More... about 11 years ago
Arithmetic with Double becomes Double.
Brucey
as woollybah
More... about 11 years ago