2
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Apr 14, 2023 — Apr 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added implementation of MemoryDriver for the File Class, tests included.
sir_mud
as Ebben Feagan
More... about 11 years ago
Changed graphicloader functions to allocate a new driver instead of creating one on the stack that is destroyed shortly after adding the driver.
sir_mud
as Ebben Feagan
More... about 11 years ago
Modified kloc example so that it compiles.
sir_mud
as Ebben Feagan
More... about 11 years ago
Fixed remaining usages of linput to readLine
sir_mud
as Ebben Feagan
More... about 11 years ago
Changed function File::linput to File::ReadLine
sir_mud
as Ebben Feagan
More... about 11 years ago
updated copyright date in touched files
sir_mud
as Ebben Feagan
More... about 11 years ago
Define typedefs for pair types to allow compilation.
sir_mud
as Ebben Feagan
More... about 11 years ago
Changed test to instanciate not only list<integer> to fix testcase compilation.
sir_mud
as Ebben Feagan
More... about 11 years ago
Fixed graphics examples so that they compile with the current version.
sir_mud
as Ebben Feagan
More... about 11 years ago
Fixing compile errors related to List container.
sir_mud
as Ebben Feagan
More... about 11 years ago
Added sprite for animation example
sir_mud
as Ebben Feagan
More... about 11 years ago
File driver api
sir_mud
as Ebben Feagan
More... about 11 years ago
Updated test-cases, list currently fails to compile.
sir_mud
as Ebben Feagan
More... about 11 years ago
Changed constant.
sir_mud
as Ebben Feagan
More... about 11 years ago
Fixed: Build issues with database module after include folder change.
sir_mud
as Ebben Feagan
More... over 11 years ago
Added ext.List.Resize member functions.
sir_mud
as Ebben Feagan
More... over 11 years ago
ext.List.Splice member functions completed. Merged into using one function for all Splicing instead of 3 very similar functions.
sir_mud
as Ebben Feagan
More... over 11 years ago
Added first Splice member function to List class.
sir_mud
as Ebben Feagan
More... over 11 years ago
Added experimental include block to xpath module.
sir_mud
as Ebben Feagan
More... over 11 years ago
Implemented 2 new constructors for List class per TODO.
sir_mud
as Ebben Feagan
More... over 11 years ago
Updated makefile include to follow new include path.
sir_mud
as Ebben Feagan
More... over 11 years ago
Changed inc folder to include/freebasic to be consistent with new standard layout.
sir_mud
as Ebben Feagan
More... over 11 years ago
Behaviour of -x changed in .24 so updated makefiles to ensure libraries are named correctly.
sir_mud
as Ebben Feagan
More... over 11 years ago
Updated all instances of 'print using' to use a semicolon as the seperator per fbc .24 Fixes issue 24
sir_mud
as Ebben Feagan
More... over 11 years ago
Missing #endif in conversion/base64.bi (reported by dkl) Fixes issue 23.
sir_mud
as Ebben Feagan
More... over 11 years ago
Narrowed range on spbench results to 10%
sir_mud
as Ebben Feagan
More... almost 12 years ago
Added custom resolutions to spbench
sir_mud
as Ebben Feagan
More... almost 12 years ago
Modified spbench to test up to ~30fps (40ms peak)
sir_mud
as Ebben Feagan
More... almost 12 years ago
Added benchmark for sprite class.
sir_mud
as Ebben Feagan
More... almost 12 years ago
Fixed missing end if.
sir_mud
as Ebben Feagan
More... almost 12 years ago