Browse logs with clarity: filter by type/year, search text, and inspect parsed commit details.

2100Total Files
2088SVN Logs
12Git Changelogs
332Filtered Results

Detail

2014.12.27.Log1044.txt

📄SVN 📅2014-12-27 💾3,2 KB 12 Parsed entries CON BUILD

Revision r4856

Menus: Implement mouse/touch/pointer controls for all widgets.

Revision r4855

Menus: Replace the "disabled" member of MenuEntry_t with "flags" so that the other 31 bits can be utilized.

Revision r4854

Menus: Disable normal left-click/touch menu functionality when the mouse is active.

Revision r4853

Add the necessary plumbing to sdlayer to detect mousedown, mouseup, and dragging.

Revision r4852

Introduce preprocessor token EDUKE32_TOUCH_DEVICES that covers both Android and iOS, and replace selected instances of __ANDROID__ with it.

Revision r4851

Menus: Add scrollbars to the FileSelect menu type.

Revision r4850

Tabs to spaces in menus.c.

Revision r4849

Refactor menus in preparation for touch functionality.

Revision r4848

Mapster32: disable all loop checks as they spam the log too much. DONT_BUILD.

The one introduced with r4569.

Revision r4847

Propagate 'smoothratio' to scenes drawn from the position of a camera.

That is, make interpolation work properly there -- both when 'using' a
VIEWSCREEN and when rendering the scene onto a TILE_VIEWSCR. This makes
a difference only if the camera is in a moving sector.

Revision r4846

Minor cleanup, mostly in engine.c:drawalls().

Revision r4845

Prettify viewscreen turned to STATIC in breakable cameras mode. DONT_BUILD.
Raw Content
------------------------------------------------------------------------
r4857 | hendricks266 | 2014-12-27 10:37:39 -0800 (Sat, 27 Dec 2014) | 1 line

Menus: Enumify the "status" parameter of M_MenuText into MenuTextFlags_t.
------------------------------------------------------------------------
r4856 | hendricks266 | 2014-12-27 10:37:27 -0800 (Sat, 27 Dec 2014) | 1 line

Menus: Implement mouse/touch/pointer controls for all widgets.
------------------------------------------------------------------------
r4855 | hendricks266 | 2014-12-27 10:37:12 -0800 (Sat, 27 Dec 2014) | 1 line

Menus: Replace the "disabled" member of MenuEntry_t with "flags" so that the other 31 bits can be utilized.
------------------------------------------------------------------------
r4854 | hendricks266 | 2014-12-27 10:36:58 -0800 (Sat, 27 Dec 2014) | 1 line

Menus: Disable normal left-click/touch menu functionality when the mouse is active.
------------------------------------------------------------------------
r4853 | hendricks266 | 2014-12-27 10:36:43 -0800 (Sat, 27 Dec 2014) | 1 line

Add the necessary plumbing to sdlayer to detect mousedown, mouseup, and dragging.
------------------------------------------------------------------------
r4852 | hendricks266 | 2014-12-27 10:36:14 -0800 (Sat, 27 Dec 2014) | 1 line

Introduce preprocessor token EDUKE32_TOUCH_DEVICES that covers both Android and iOS, and replace selected instances of __ANDROID__ with it.
------------------------------------------------------------------------
r4851 | hendricks266 | 2014-12-27 10:35:48 -0800 (Sat, 27 Dec 2014) | 1 line

Menus: Add scrollbars to the FileSelect menu type.
------------------------------------------------------------------------
r4850 | hendricks266 | 2014-12-27 10:35:34 -0800 (Sat, 27 Dec 2014) | 1 line

Tabs to spaces in menus.c.
------------------------------------------------------------------------
r4849 | hendricks266 | 2014-12-27 10:35:21 -0800 (Sat, 27 Dec 2014) | 1 line

Refactor menus in preparation for touch functionality.
------------------------------------------------------------------------
r4848 | helixhorned | 2014-12-27 09:17:53 -0800 (Sat, 27 Dec 2014) | 3 lines

Mapster32: disable all loop checks as they spam the log too much. DONT_BUILD.

The one introduced with r4569.
------------------------------------------------------------------------
r4847 | helixhorned | 2014-12-27 09:17:52 -0800 (Sat, 27 Dec 2014) | 5 lines

Propagate 'smoothratio' to scenes drawn from the position of a camera.

That is, make interpolation work properly there -- both when 'using' a
VIEWSCREEN and when rendering the scene onto a TILE_VIEWSCR. This makes
a difference only if the camera is in a moving sector.
------------------------------------------------------------------------
r4846 | helixhorned | 2014-12-27 09:17:50 -0800 (Sat, 27 Dec 2014) | 1 line

Minor cleanup, mostly in engine.c:drawalls().
------------------------------------------------------------------------
r4845 | helixhorned | 2014-12-26 10:05:41 -0800 (Fri, 26 Dec 2014) | 1 line

Prettify viewscreen turned to STATIC in breakable cameras mode. DONT_BUILD.
------------------------------------------------------------------------
See http://svn.eduke32.com/listing.php?repname=eduke32 for more details.