log

age author description
Sat, 24 Sep 2011 14:33:04 +0300 Matti Hamalainen Add myself and Barry Mead to credits/copyright list.
Sat, 24 Sep 2011 14:32:46 +0300 Matti Hamalainen Remove generated files.
Sat, 24 Sep 2011 14:25:19 +0300 Matti Hamalainen Bump version to 1.7.1.
Sat, 24 Sep 2011 14:16:04 +0300 Matti Hamalainen Reindent the source using GNU indent and "indent -i4 -bli0 -npcs -nprs -npsl".
Sat, 24 Sep 2011 13:12:09 +0300 Matti Hamalainen Import simple 3D preview, an old patch by Andrew Apted. Pressing 'R' key
Sat, 24 Sep 2011 13:04:21 +0300 Matti Hamalainen Remove another remnant of old memory management.
Sat, 24 Sep 2011 13:03:13 +0300 Matti Hamalainen Get rid of the swapping and legacy far etc. memory handling code.
Sat, 24 Sep 2011 12:43:19 +0300 Matti Hamalainen Remove generated file.
Sat, 24 Sep 2011 12:42:59 +0300 Matti Hamalainen Remove DOS mouse code and most of the BGI crap.
Sat, 24 Sep 2011 12:02:07 +0300 Matti Hamalainen Do not use extern in declarations that do not need to be extern.
Sat, 24 Sep 2011 12:00:28 +0300 Matti Hamalainen Change how map dragging is calculated.
Sat, 24 Sep 2011 08:44:42 +0300 Matti Hamalainen Optimize by default.
Sat, 24 Sep 2011 08:44:15 +0300 Matti Hamalainen Only install yadex.cfg IF previous one does not exist.
Sat, 24 Sep 2011 08:43:39 +0300 Matti Hamalainen Remove useless beeping.
Sat, 24 Sep 2011 11:59:09 +0300 Matti Hamalainen Incremental selection of objects via 2nd mouse button (same as ctrl+first mouse button.)
Sat, 24 Sep 2011 11:58:37 +0300 Matti Hamalainen Add functionality for moving around the map via "dragging" while pressing 3rd / middle mouse button.
Sat, 24 Sep 2011 08:43:19 +0300 Matti Hamalainen Clean up the option checking code slightly.
Sat, 24 Sep 2011 08:10:11 +0300 Matti Hamalainen Place configuration under /usr/local/etc/* and not /etc if Yadex is installed under /usr/local.
Fri, 23 Sep 2011 04:03:52 +0300 Matti Hamalainen Remove generated files.
Wed, 21 Sep 2011 04:46:58 +0300 Matti Hamalainen Comment out an illegal assignment of iterator.
Wed, 21 Sep 2011 04:46:23 +0300 Matti Hamalainen Change a GCC version check, which breaks the build.
Wed, 21 Sep 2011 04:45:02 +0300 Matti Hamalainen Remove whitespace.
Wed, 21 Sep 2011 04:43:24 +0300 Matti Hamalainen Remove useless extern declaration that causes a warning.
Wed, 21 Sep 2011 04:42:42 +0300 Matti Hamalainen Fix a #elif with no condition, modern compilers barf on it. Use #else instead.
Wed, 21 Sep 2011 04:40:12 +0300 Matti Hamalainen "Tools" patch by Andrew Apted. Adds a few extra tools to Yadex's
Wed, 21 Sep 2011 04:38:23 +0300 Matti Hamalainen Find items by their type. Patch by Barry Mead. Pressing 'f' lets you find a thing, linedef or sector by its type. If an object is currently highlighted, it finds the next one.
Wed, 21 Sep 2011 04:34:50 +0300 Matti Hamalainen Fix a dependency problem. Old patch from André Majorel.
Wed, 21 Sep 2011 04:33:37 +0300 Matti Hamalainen Use strdup().
Wed, 21 Sep 2011 04:30:44 +0300 Matti Hamalainen Initial import. yadex-1_7_0