5
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 23 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
X mouse: after dragging pointer to the corner on Enter eveng, ignore one Motion event, as it comes too quick for the DOS program to react. More... over 11 years ago
X mouse: if pointer enters the window for the first time, drag it to the corner, as it wasnt dragged by the Leave event. More... over 11 years ago
dsp: cache fifo_enable state instead of bloating sb16.c code. This is a replacement of commit 8ed407440b81b8f More... over 11 years ago
- revert 8ed407440b81b8 - sb: move fifo management to DSP code. This will allow a simpler fix for Dune problem. More... over 11 years ago
fluidsynth: small fix More... over 11 years ago
fluidsynth: synth in separate thread More... over 11 years ago
mouse: call int15 handler in a loop and dont track old_mickeys for it made mickeys int to avoid overflow More... over 11 years ago
coopth: add userdata API. do_call_back() should use it to store return address, instead of using DOS stack. This fixes PS/2 mouse. More... over 11 years ago
mouse: remove snap_X hack; instead just move mouse to the corner when it leaves window. The abs coords handling adjusted for that. More... over 11 years ago
mouse: fix mickeys rounding errors by keeping them unscaled More... over 11 years ago
mouse: reposition cursor also after entering window More... over 11 years ago
mouse: since do_call_back() is now used, the coords cant change during the callback. So there is no need to re-check. More... over 11 years ago
adlib: missed timer expire check More... over 11 years ago
adlib: more work on timer More... over 11 years ago
adlib: reorganize timer code closer to dbadlib branch. Should fix recent regression. More... over 11 years ago
fix small bug of prev commit More... over 11 years ago
- mouse_move_relative() should take resolution into account - fix mouse in worm game More... over 11 years ago
mouse: improve SerfCity fix and solve some regressions More... over 11 years ago
mouse: use -1 coord for "dont change" to avoid ocasional jumps. More... over 11 years ago
Make new sound the default unless SDL is not available. More... over 11 years ago
Set -std=gnu99 to allow C99 everywhere. Remove some C99-conflicting inlines. More... over 11 years ago
This is an attempt on fixing mouse in SerfCity: - mouse_move_absolute() should not scale the coords to virtual: virtual is actually just a clipping region. Witness: mouse_move_relative() doesnt scale, so. - introduce a delta between X mouse pointer and the DOS mouse pointer. SerfCity sets the _invisible_ mouse pointer to the middle of the screen and tracks the position from there. If we dont maintain our own delta, the pointer will always jumps back. More... over 11 years ago
Drop support for gcc < 3.3. More... over 11 years ago
Remove obsolete assembly macros. More... over 11 years ago
remove unneeded volatile More... over 11 years ago
mouse_move_relative() should work in pixels, not mickeys. This fixes sensitivity problems in win31, but there are still many problems with other apps. This code needs a big rewrite... More... over 11 years ago
I've got enough... Strip all whitespaces!!! More... over 11 years ago
dont allow dos progs to grab X mouse at will More... over 11 years ago
Merge branch 'coopthreads_v2' More... over 11 years ago
dpmi: fix regression with realmode ints More... over 11 years ago