-
```BlitzMax
Type TSavegameConverter
Function GetCurrentFieldName:Object(fieldName:String, parentTypeName:String)
Select (parentTypeName+":"+fieldName).ToLower()
case "TIngameHelpWindowCollec…
GWRon updated
3 years ago
-
```BlitzMax
Function OSDirectorySeparator:string()
...
End Function
```
```BlitzMax
Function OSUserName:string()
...
End Function
```
...
Maybe "Brl.Volumes" could be joined to this modul…
GWRon updated
5 years ago
-
bcc compiles (apparently), but not bmk. The error messages from the previous issues appear to be unchanged... using clang 17.
Here are the error messages while executing either the run_me_first.co…
-
In the "settings" tab, when we select "currency," we don't have the option 🇧🇷 BRL.
Assignees: [@lmcmz]
-
Hi,
BRL.Collections won't compile due to "Can't create instace of type TArrayList due to abstract Method ICollection.Equals:Int(o:object)" when running the included example "arraylist.bmx" :)
Al…
-
```typescript
const [a,b] = useState(0)
return (
)
```
renders R0.00, when it should render R$0.00 (actually it should be using ',' tho)
The issue is on this line
ht…
-
I have created empty database with db_create_inmem() and It seems that `rt_db_put_internal()` does not work with inmem database.
Here's my test code:
```
const auto db = db_create_inmem();
…
-
There is an issue for modules we want to see as default.
This is an issue for modules which are not really used in most applications and might be moved to another module scope.
- [ ] brl.gnet (mul…
GWRon updated
5 years ago
-
Good day,
Seems like I found another generics bug:
```
Framework BRL.Blitz
Import BRL.StandardIO
'Switch these
Import "Import2.bmx"
Import "Import1.bmx"
TFoo.map["test"] = "test"
TBar.m…
-
`If FileType( "stream/ambient_"+ambient+".ogg" )=FILETYPE_FILE
Local sound:TSound=LoadSound( "stream/ambient_"+ambient+".ogg",SOUND_LOOP|SOUND_STREAM )
ambChannel=PlaySound( sound,soundP…