-
for some strange reason we have following line inside saga.h:
#define MAX_SAVES 96
i think we can safely increase this value to 100.
2009-07-26 22:31:58 UTC in ScummVM
-
h00ligan committed revision 40232 to the ScummVM SVN repository, changing 5 files.
2009-05-01 15:32:15 UTC in ScummVM
-
h00ligan committed revision 40227 to the ScummVM SVN repository, changing 4 files.
2009-05-01 10:37:41 UTC in ScummVM
-
.....
void validateAnimationId(uint16 animId) {
if (animId >= MAX_ANIMATIONS) {
if (animId >= MAX_ANIMATIONS + ARRAYSIZE(_cutawayAnimations))
error("validateAnimationId: animId out of range");
if (_cutawayAnimations[animId - MAX_ANIMATIONS] == NULL) {
error("validateAnimationId: animId=%i unassigned", animId);
}
} else if (_animations[animId] == NULL) { // check...
2008-11-14 15:44:29 UTC in ScummVM
-
Problem araised only after .net 3.5 sp1 installation. ("Microsoft .NET Framework 3.5 Service Pack 1": http://www.microsoft.com/downloads/details.aspx?familyid=ab99342f-5d1a-413d-8319-81da479ab0d7&displaylang=en ). Vanilla .net 3.5 did't have such "form" behavior.
2008-09-06 20:35:45 UTC in BugTracker.NET
-
Problem araised only after .net 3.5 sp1 installation. ("Microsoft .NET Framework 3.5 Service Pack 1": http://www.microsoft.com/downloads/details.aspx?familyid=ab99342f-5d1a-413d-8319-81da479ab0d7&displaylang=en ). Vanilla .net 3.5 did't have such "form" behavior.
2008-09-06 20:34:41 UTC in BugTracker.NET
-
after .net 3.5sp1 installation - Bugtracker.NET loses request params in certain forms. (e.g. unable to upload attachment with output error "Invalid id" etc)
http://forums.asp.net/t/1305800.aspx
"Issue: The HtmlForm action attribute is now honored when defined in declarative markup.
Reason:
3.5 SP1 added a settable Action property to the HtmlForm type."
so using '
2008-08-21 11:56:52 UTC in BugTracker.NET
-
row filter applied only if EnableTags enabled (see inc_bugs.inc line 190)
2008-06-19 09:38:13 UTC in BugTracker.NET
-
h00ligan committed revision 58 to the ZXMAK.NET - ZX Spectrum Emulator SVN repository, changing 1 files.
2008-05-17 11:19:54 UTC in ZXMAK.NET - ZX Spectrum Emulator
-
h00ligan committed revision 55 to the ZXMAK.NET - ZX Spectrum Emulator SVN repository, changing 2 files.
2008-05-05 17:00:31 UTC in ZXMAK.NET - ZX Spectrum Emulator