[Ohrrpgce] SVN: teeemcee/2735 Switch from CRT rand() function to Mersenne Twister, the default FB RNG

2009-05-28 Thread subversion
teeemcee 2009-05-28 01:36:44 -0700 (Thu, 28 May 2009) 591 Switch from CRT rand() function to Mersenne Twister, the default FB RNG in -lang deprecated. rand() only returns 15 bit results on Windows! (Which is funny, that's worse than QBasic). This is really bad, random could, for example, return

[Ohrrpgce] SVN: teeemcee/2736 Fix bug in yesno: pressing esc selected yes.

2009-05-28 Thread subversion
teeemcee 2009-05-28 02:00:35 -0700 (Thu, 28 May 2009) 44 Fix bug in yesno: pressing esc selected yes. --- U wip/customsubs.bas ___ Ohrrpgce mailing list ohrrpgce@lists.motherhamster.org

[Ohrrpgce] SVN: teeemcee/2737 Don't use box borders in the browser. They can overlap the text quite ba

2009-05-28 Thread subversion
teeemcee 2009-05-28 02:10:05 -0700 (Thu, 28 May 2009) 104 Don't use box borders in the browser. They can overlap the text quite badly. This is somewhat subjective --- U wip/browse.bas ___ Ohrrpgce mailing list ohrrpgce@lists.motherhamster.org

Re: [Ohrrpgce] [Bug 727] Random Number Strikes

2009-05-28 Thread Simon Bradley
On Thu, May 28, 2009 at 6:48 AM, bugzilla-dae...@karnov.dreamhost.com wrote: http://rpg.hamsterrepublic.com/bugzilla/show_bug.cgi?id=727 --- Comment #8 from Ralph Versteegen teeem...@gmail.com  2009-05-27 22:48:18 --- (In reply to comment #7) The problem with doing random exclusion in

[Ohrrpgce] [Bug 729] New: Delayed attacks can occur while battle-pausing menu is displayed

2009-05-28 Thread bugzilla-daemon
http://rpg.hamsterrepublic.com/bugzilla/show_bug.cgi?id=729 Summary: Delayed attacks can occur while battle-pausing menu is displayed Product: OHRRPGCE Version: 20081003 Xocolatl+ Platform: All OS/Version: All

Re: [Ohrrpgce] SVN: teeemcee/2735 Switch from CRT rand() function to Mersenne Twister, the default FB RNG

2009-05-28 Thread James Paige
On Thu, May 28, 2009 at 01:36:44AM -0700, subvers...@hamsterrepublic.com wrote: teeemcee 2009-05-28 01:36:44 -0700 (Thu, 28 May 2009) 591 Switch from CRT rand() function to Mersenne Twister, the default FB RNG in -lang deprecated. rand() only returns 15 bit results on Windows! (Which is

Re: [Ohrrpgce] SVN: teeemcee/2736 Fix bug in yesno: pressing esc selected yes.

2009-05-28 Thread James Paige
On Thu, May 28, 2009 at 02:00:35AM -0700, subvers...@hamsterrepublic.com wrote: teeemcee 2009-05-28 02:00:35 -0700 (Thu, 28 May 2009) 44 Fix bug in yesno: pressing esc selected yes. --- U wip/customsubs.bas Oops! Thanks for catching that! As a side-effect of this checkin, the keyconst

[Ohrrpgce] SVN: james/2738 Solve the easy non-wrapping case of text slice height in bug 730

2009-05-28 Thread subversion
james 2009-05-28 18:42:24 -0700 (Thu, 28 May 2009) 108 Solve the easy non-wrapping case of text slice height in bug 730 but not the more difficult wrapped height. --- U wip/slices.bas ___ Ohrrpgce mailing list ohrrpgce@lists.motherhamster.org

Re: [Ohrrpgce] SVN: teeemcee/2736 Fix bug in yesno: pressing esc selected yes.

2009-05-28 Thread Ralph Versteegen
2009/5/29 James Paige b...@hamsterrepublic.com: On Thu, May 28, 2009 at 02:00:35AM -0700, subvers...@hamsterrepublic.com wrote: teeemcee 2009-05-28 02:00:35 -0700 (Thu, 28 May 2009) 44 Fix bug in yesno: pressing esc selected yes. --- U   wip/customsubs.bas Oops! Thanks for catching