3
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 month ago. based on code collected about 1 month ago.
Jul 21, 2025 — Jul 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed Timer multi-threading issues, updated Timer tests More... over 14 years ago
added common::Function, refactored Timer More... over 14 years ago
update slub More... over 14 years ago
fixed pthread_cond_timedwait result check to use pre-defined constants More... over 14 years ago
removed boost from thirdparty More... over 14 years ago
removed boost from gyp files More... over 14 years ago
binary mesh bundle loader works More... over 14 years ago
added new binary bundle version of mangolia with metadata, trying to load it but it keeps aborting with bad type_id More... over 14 years ago
fixed format string for 64bit types More... over 14 years ago
mesgh loader work in progress, added new signature, no impl yet More... over 14 years ago
update slub More... over 14 years ago
Updated slub reference More... over 14 years ago
Ignore editor files/build artefacts More... over 14 years ago
Update scons files More... over 14 years ago
Need librt for clock_gettime() More... over 14 years ago
Don't use OS X-specific primitives on Linux. Note that this change leads to an empty implementation on Linux; someone will need to add an implementation here. More... over 14 years ago
Remove illegal implicit pointer conversion. More... over 14 years ago
Cannot assign NULL to pthread_key_t (it's not a pointer). More... over 14 years ago
Converting from 32 bit integers to pointer types is illegal on 64 bit platforms. The only integer type guaranteed to be the correct size is size_t. More... over 14 years ago
On 64 bit platforms, there previous code inadvertedly provided multiple definitions of StringStream functions for the same integer. This should fix it. More... over 14 years ago
removed common::function in favor of pointers, timers compile again but there's still a deadlock situation when using event dispatchers, removed boost sources, added lost.guiro.view.Button:click() More... over 14 years ago
added button to start all animation demos at once More... over 14 years ago
improved condition_variable::timed_wait More... over 14 years ago
Merge branch 'slub-branch' of github.com:lobotony/lostengine into slub-branch More... over 14 years ago
work in progress: Timer refactoring More... over 14 years ago
removed obsolete boost::filesystem implementation files More... over 14 years ago
Merge branch 'slub-branch' of github.com:lobotony/lostengine into slub-branch More... over 14 years ago
working on mesh serialisation, now outputs partial lua code to console that describes buffer layout More... over 14 years ago
work in progress: boost::function, boost::bind replacement More... over 14 years ago
Merge branch 'slub-branch' of github.com:lobotony/lostengine into slub-branch More... over 14 years ago