]> skyeroc.xyz Git - dgamelaunch/log
dgamelaunch
5 weeks agoFix watch menu colors
Skyebee [Mon, 22 Jun 2026 05:24:40 +0000 (01:24 -0400)]
Fix watch menu colors

* CLR_NORMAL = COLOR_PAIR(0)
* Fix color bleed in watch menu
  (ig COLOR_PAIR(0) | A_NORMAL == 0? idk tho)

5 weeks agoFix warnings from dgamelaunch.c and dgl-common.c
Skyebee [Sun, 21 Jun 2026 18:47:09 +0000 (14:47 -0400)]
Fix warnings from dgamelaunch.c and dgl-common.c

-Wparentheses

-Wformat-zero-length

-Wstringpop-truncation

-Wformat-truncation

Last few warnings

5 weeks agoCreate build test on push to github dev/master origin/dev
Skye Kelley [Sun, 21 Jun 2026 17:19:04 +0000 (13:19 -0400)]
Create build test on push to github dev/master

* Create c-cpp.yml
* Revert configure.ac req to 2.71

5 weeks agoMerge dev features FEAT-menus-drawing skyeroc-site-work origin/master 1.6.1-roc-2606C
Skyebee [Sun, 21 Jun 2026 16:00:40 +0000 (12:00 -0400)]
Merge dev features

* ATTR() supports background colors, defaults to correct defaults

5 weeks agoUpdate Changelog nd color test
sbkelley [Sat, 20 Jun 2026 15:36:04 +0000 (11:36 -0400)]
Update Changelog nd color test

Update dgamelaunch.conf

* Update ATTR() instructions
* Add color test menu (~ from user menu)
* Update wiki ref

* Add dgl-color-test.menu

Update Changelog and color test

Update color test menu

Fix/update changelog

5 weeks agoATTR() colors default to default bg now
Skyebee [Sun, 21 Jun 2026 05:45:36 +0000 (01:45 -0400)]
ATTR() colors default to default bg now

5 weeks agouser term default fg/bg now accessible as fg or bg color with -1
sbkelley [Fri, 19 Jun 2026 14:59:15 +0000 (10:59 -0400)]
user term default fg/bg now accessible as fg or bg color with -1

* Improve explanatory comment

* Flatten another if statement

* Add default-color pairs (129-152)

* Refactor remap_attr_string

* Make default colors more accessible
* Stop trying to overwrite color 0
* let remap_attr_string() read negative numbers
* parse negative numbers to return default-pairs

* Stop reducing screen height by 3 for banners

6 weeks agoAdd background color functionality to ATTR()
sbkelley [Fri, 19 Jun 2026 03:47:38 +0000 (23:47 -0400)]
Add background color functionality to ATTR()

* color_pair_idx no longer compiled in if USE_NCURSES_COLOR not defined

* rename special_end to second_cursor

* Invert if statement

* Update indentation

* Flatten the other if statement

* Add fg,bg delimiter

Update dgamelaunch.conf hints

6 weeks agoUpdate README
Skyebee [Sun, 14 Jun 2026 03:12:53 +0000 (23:12 -0400)]
Update README

Move some documentation into wiki, and add wiki as submodule

(cherry picked from commit e192a3a1f5964ea628979962e10303b497e902b6)

Update Setup Hints

nethack root segfault tip

Move some more stuff to wiki, add security section for server setup

6 weeks agoMatch bg color bits to fg colors now, to save future compatibility headaches
sbkelley [Thu, 18 Jun 2026 04:07:44 +0000 (00:07 -0400)]
Match bg color bits to fg colors now, to save future compatibility headaches

6 weeks agoUpdate configure.ac version string
skyebee [Wed, 17 Jun 2026 18:52:40 +0000 (14:52 -0400)]
Update configure.ac version string

Add --tags to git describe

safer versioning

Repair autoconfiguration

* Unbreak configure.ac
* add -fi options to autoreconf
* remove install-sh as it's re-generated each time by autoreconf -fi
* update .gitignore with more generated files

(cherry picked from commit 36fd33a5e29a7bb8fd13a447c59f6d4489b1fd3d)

6 weeks agoUpdate configure.ac version string
skyebee [Wed, 17 Jun 2026 18:52:40 +0000 (14:52 -0400)]
Update configure.ac version string

Add --tags to git describe

safer versioning

Repair autoconfiguration

* Unbreak configure.ac
* add -fi options to autoreconf
* remove install-sh as it's re-generated each time by autoreconf -fi
* update .gitignore with more generated files

6 weeks agoMove some documentation into wiki, and add wiki as submodule 1.6.1-roc-jun26-B-dev
Skyebee [Sun, 14 Jun 2026 03:12:53 +0000 (23:12 -0400)]
Move some documentation into wiki, and add wiki as submodule

WIP README

WIP README

WIP README

Reformat existing README sections

README WIP

WIP Create doc dir and some wiki pages

Add wiki to repo as submodule

Move resources.md to wiki

6 weeks agoAdd support for arbitrary background colors
sbkelley [Wed, 10 Jun 2026 20:03:58 +0000 (16:03 -0400)]
Add support for arbitrary background colors

move attr-string parsing logic to its own function

Fix C-noob mistakes

Add helper comments for later

add color_pair_idx to prepare to add the rest of the color combos

Add remainder of color pairs

Should be backwards-compatible? We'll see what breaks over on linux box

Finish, in principle, adding new color combos.

They are not yet accessible with $ATTR(), and $ATT2() isn't done.

Correcting fgbits in color_pair_idx()

Reverting sleep-deprived 'correction'

Let the new colors be accessible by $ATTR()

Update Changelog

6 weeks agoExperimentally, add "(f)lash"/A_BLINK attribute for $ATTR()
sbkelley [Wed, 10 Jun 2026 18:13:22 +0000 (14:13 -0400)]
Experimentally, add "(f)lash"/A_BLINK attribute for $ATTR()

6 weeks agoFormatting workzone -- sorry
sbkelley [Wed, 10 Jun 2026 05:13:17 +0000 (01:13 -0400)]
Formatting workzone -- sorry

6 weeks agoBring new master branch up to date with old master branch 1.6.1-roc-jun26-B
sbkelley [Mon, 15 Jun 2026 22:13:39 +0000 (18:13 -0400)]
Bring new master branch up to date with old master branch

6 weeks agoFix $ATTR() description in dgamelaunch.conf
sbkelley [Wed, 10 Jun 2026 18:57:26 +0000 (14:57 -0400)]
Fix $ATTR() description in dgamelaunch.conf

A fourteen year-old error. I even fixed it in dgamelaunch.conf.orig

6 weeks agodrop 'dgamelaunch' from $VERSION replacement
Skyebee [Mon, 8 Jun 2026 05:29:19 +0000 (01:29 -0400)]
drop 'dgamelaunch' from $VERSION replacement

chmod +x findlibs cpbin sanepath

Fix changelog whitespace

Document noisytoot changes

6 weeks agoMenus can be longer than 24 lines, if the window is that long.
Skyebee [Mon, 8 Jun 2026 03:20:16 +0000 (23:20 -0400)]
Menus can be longer than 24 lines, if the window is that long.

Document change to version string

Document crawl merge

Fiddle with changelog

6 weeks agoChanges to loadbanner:
sbkelley [Sat, 6 Jun 2026 06:21:55 +0000 (02:21 -0400)]
Changes to loadbanner:

* You can put $INCLUDE anywhere in a line

6 weeks agoMerge branch 'paxed-merge' into dev-clean-history
sbkelley [Mon, 15 Jun 2026 21:37:45 +0000 (17:37 -0400)]
Merge branch 'paxed-merge' into dev-clean-history

6 weeks agoAdd Stone Soup specific character stripping.
Marc H. Thoben [Sat, 20 Feb 2010 16:47:29 +0000 (17:47 +0100)]
Add Stone Soup specific character stripping.

* Adjusted glyphs tables
* Removed DEC and added UNICODE

(cherry picked from commit 3927855ca3d803b89b40debd2fd89266482b34e5)

DEC_GRAPHICS -> UNICODE_GRAPHICS as crawl devs intended

6 weeks agoAdd scripts and files peculiar to this repo
sbkelley [Mon, 1 Jun 2026 19:42:43 +0000 (15:42 -0400)]
Add scripts and files peculiar to this repo
 * install-dgl-nh500
 * dgl.patch
 * dgl.-nh500.patch
 * cpbin
 * findlibs
 * sanepath
 * README.md
 * README -> README.bak
 * dgl_menu_main_user.txt.orig
 * dgamelaunch.conf.orig

 Modifications to:
 * dgamelaunch.conf
 * dgl_menu_main_user.txt.orig

6 weeks agoMerge commit '55bd7dce01db17356b05da966595ff1ae6097e60' into paxed-merge
sbkelley [Mon, 15 Jun 2026 21:19:17 +0000 (17:19 -0400)]
Merge commit '55bd7dce01db17356b05da966595ff1ae6097e60' into paxed-merge

19 months agoAdd exit code 14 (Cannot unshare()) to README
Ron Nazarov [Wed, 4 Dec 2024 01:21:17 +0000 (01:21 +0000)]
Add exit code 14 (Cannot unshare()) to README

19 months agoMake debug_write a variadic macro (without --enable-debugfile)
Ron Nazarov [Wed, 4 Dec 2024 01:14:30 +0000 (01:14 +0000)]
Make debug_write a variadic macro (without --enable-debugfile)

Fixes builds without --enable-debugfile failing due to too many
arguments getting passed to debug_write.

19 months agoCheck for libsqlite3 and error if it isn't found
Ron Nazarov [Wed, 4 Dec 2024 01:09:51 +0000 (01:09 +0000)]
Check for libsqlite3 and error if it isn't found

Instead of just adding it anyway, which resulted in confusing and
incorrect error messages when it wasn't found but --enable-sqlite was
specified.

20 months agoAdd support for Linux namespaces
Ron Nazarov [Wed, 27 Nov 2024 00:41:20 +0000 (00:41 +0000)]
Add support for Linux namespaces

If compiled with --enable-namespaces, dgamelaunch will now create new
user and network namespaces before chrooting.  This means that it
works without root (if unprivileged user namespaces are enabled) and
cannot access the network.

Without namespaces:
-chroot
-setgroups/setgid/setuid to shed_gid/shed_uid

With namespaces:
-unshare to create a new user and network namespace
-write to /proc/self/{uid,gid}_map to set uid/gid to shed_uid/shed_gid
-chroot
-drop all capabilities

20 months agoWrite error messages to dgldebug.log
Ron Nazarov [Mon, 25 Nov 2024 19:41:18 +0000 (19:41 +0000)]
Write error messages to dgldebug.log

20 months agoUpdate configure.ac for autoconf 2.71
Ron Nazarov [Mon, 25 Nov 2024 16:45:45 +0000 (16:45 +0000)]
Update configure.ac for autoconf 2.71

20 months agoCheck for libcrypt instead of unconditionally adding -lcrypt
Ron Nazarov [Mon, 25 Nov 2024 16:31:04 +0000 (16:31 +0000)]
Check for libcrypt instead of unconditionally adding -lcrypt

This was causing the configure script to fail on checking for ncurses
when it was actually failing due to libcrypt being missing.  A check
for -lutil should be added to, but I didn't do this since -lutil is
not required since glibc 2.34 and I'm using a newer version and don't
know what function it should check for.

20 months agoFix build errors
Ron Nazarov [Mon, 25 Nov 2024 16:12:15 +0000 (16:12 +0000)]
Fix build errors

Add %option yywrap to config.l to fix linker errors complaining about
a missing yywrap.

Add #define _XOPEN_SOURCE 700 to ee.c to fix
-Wimplicit-function-declaration warnings (which GCC 14 makes errors by
default) about curses widechar functions.

20 months agoAdd config "ifnxsleep" command
Michael Meyer [Tue, 12 Nov 2024 22:12:17 +0000 (17:12 -0500)]
Add config "ifnxsleep" command

For sleeping/delaying a certain amount of time if the specified file
does not exist. Intended for use in delaying games iff no save file
exists, to ease up on the server load from start scumming (especially
automated start scumming).

Sleep 5 seconds if /path/to/file.txt does not exist:

| ifnxsleep 5 "/path/to/file.txt"

20 months agoAdd config file 'sleep' command.
k21971 [Tue, 12 Nov 2024 22:08:18 +0000 (17:08 -0500)]
Add config file 'sleep' command.

Allows adding a delay in seconds where needed.

Co-authored-by: entrez <me@entrez.cc>
6 years agoACTUALLY try to use the dglroot dir as home if we are doing the chroot
Tangles [Sat, 22 Feb 2020 01:48:31 +0000 (12:48 +1100)]
ACTUALLY try to use the dglroot dir as home if we are doing the chroot

...and fallback to / if it FAILS (not if it succeeds) *facepalm*

6 years agoTry to use the dglroot dir as home if we are doing the chroot
Tangles [Sat, 22 Feb 2020 01:03:00 +0000 (12:03 +1100)]
Try to use the dglroot dir as home if we are doing the chroot

6 years agoset version to 'unofficial' 1.6.0-hdf
Tangles [Fri, 21 Feb 2020 13:08:28 +0000 (00:08 +1100)]
set version to 'unofficial' 1.6.0-hdf

6 years agotidy up some comments in install-to-chroot.sh
Tangles [Fri, 21 Feb 2020 13:07:56 +0000 (00:07 +1100)]
tidy up some comments in install-to-chroot.sh

6 years agoAdded quick-start install guide in INSTALL
Tangles [Fri, 21 Feb 2020 13:05:55 +0000 (00:05 +1100)]
Added quick-start install guide in INSTALL

6 years ago.gitignore autom4te.cache.
Tangles [Fri, 21 Feb 2020 12:57:17 +0000 (23:57 +1100)]
.gitignore autom4te.cache.

6 years agochangelog and version bump
Tangles [Thu, 20 Feb 2020 22:51:19 +0000 (09:51 +1100)]
changelog and version bump

6 years agobugfixes - userpref nesting, and breaking up strings with \0 that get used again.
Tangles [Sun, 16 Feb 2020 05:19:28 +0000 (16:19 +1100)]
bugfixes - userpref nesting, and breaking up strings with \0 that get used again.

6 years agomulti-arg exec and nested ${pref1:${pref2}}
Tangles [Sun, 16 Feb 2020 01:47:22 +0000 (12:47 +1100)]
multi-arg exec and nested ${pref1:${pref2}}

exec "command" "several args separated by spaces in 1 string".
I could not figure out how to nicely deal with multiple args in the parser,
so I just left it as DGL_CMD1, and do the separation manually.
Does the separation before dgl_format_str substitutions, to prevent
relying on potentially user-supplied input not having extra spaces embedded.

nested preferences - this just fixes a bug where we assumed the token
ended on the first }.

6 years agouserpref - add opton to just get the first character when expanding prefs.
Tangles [Thu, 13 Feb 2020 12:53:21 +0000 (23:53 +1100)]
userpref - add opton to just get the first character when expanding prefs.

$0{variable:default}

6 years agouserprefs - getpref() now calls dgl_format_str() on the 'fallback' value
Tangles [Thu, 13 Feb 2020 12:27:01 +0000 (23:27 +1100)]
userprefs - getpref() now calls dgl_format_str() on the 'fallback' value

which is recursive. getpref() and dgl_format_str both now return a
dynamic string which must be freed.

6 years agofix compile error from previous.
Tangles [Mon, 10 Feb 2020 14:02:26 +0000 (01:02 +1100)]
fix compile error from previous.

6 years agoMake dgl_format_str reentrant by changing the static return buffer to auto
Tangles [Mon, 10 Feb 2020 13:58:44 +0000 (00:58 +1100)]
Make dgl_format_str reentrant by changing the static return buffer to auto

and returning a dynamically allocated copy.

6 years agouserprefs - askpref (prompt user for a string value - be careful with this)
Tangles [Mon, 10 Feb 2020 13:21:47 +0000 (00:21 +1100)]
userprefs - askpref (prompt user for a string value - be careful with this)

6 years agoChangelog
Tangles [Sat, 25 Jan 2020 11:01:10 +0000 (22:01 +1100)]
Changelog

6 years agouserprefs - fix linked list dangling pointer in readprefs
Tangles [Wed, 22 Jan 2020 14:39:00 +0000 (01:39 +1100)]
userprefs - fix linked list dangling pointer in readprefs

6 years agoadd redraw command to redraw the banner when info might change
Tangles [Wed, 22 Jan 2020 14:22:32 +0000 (01:22 +1100)]
add redraw command to redraw the banner when info might change

6 years agouserprefs - small bugfix in banner parsing
Tangles [Wed, 22 Jan 2020 13:48:04 +0000 (00:48 +1100)]
userprefs - small bugfix in banner parsing

6 years agouserprefs - actually allow setpref() to be called from the config
Tangles [Wed, 22 Jan 2020 13:35:53 +0000 (00:35 +1100)]
userprefs - actually allow setpref() to be called from the config

6 years agouserprefs - allow variable expansion in banner files
Tangles [Wed, 22 Jan 2020 13:15:43 +0000 (00:15 +1100)]
userprefs - allow variable expansion in banner files

6 years agouserprefs - getpref, setptref, variable expansion in TYPE_VALUE fields in config
Tangles [Wed, 22 Jan 2020 12:06:51 +0000 (23:06 +1100)]
userprefs - getpref, setptref, variable expansion in TYPE_VALUE fields in config

6 years agouserprefs - read and write prefs
Tangles [Tue, 21 Jan 2020 04:25:50 +0000 (15:25 +1100)]
userprefs - read and write prefs

7 years agoFix warnings
Pasi Kallinen [Sat, 11 May 2019 10:03:49 +0000 (13:03 +0300)]
Fix warnings

7 years agoProper password salting/hash checking
k21971 [Sun, 11 Nov 2018 00:13:31 +0000 (11:13 +1100)]
Proper password salting/hash checking
Also edits to the 'change password' screen to reflect update

Thanks Kerio (see git commits 499ba7c and b2f2e0a)

8 years agoMerge branch 'watchmode'
Tangles [Wed, 3 Jan 2018 04:00:56 +0000 (15:00 +1100)]
Merge branch 'watchmode'

8 years agoAlignment of 'N/A' terminal size for enhanced watchmode games.
Tangles [Wed, 3 Jan 2018 03:58:49 +0000 (14:58 +1100)]
Alignment of 'N/A' terminal size for enhanced watchmode games.

8 years agoadd install-to-chroot for hardfought.org
Tangles [Wed, 3 Jan 2018 02:52:26 +0000 (13:52 +1100)]
add install-to-chroot for hardfought.org

8 years agoEnhanced watchmode
Tangles [Wed, 3 Jan 2018 01:28:44 +0000 (12:28 +1100)]
Enhanced watchmode

Allow an external program to be specified to watch particular games
to make use of NH4's wachmode. Add game config options watch_path,
watch_args and watchcommands to support this.  Also add %w/%W for
format tokens the watched player, and %l/%L for the logged-in user
because %n/%N fall back to the watched player if nobody is logged
in, which is not always what we want.  Watch menu now displays N/A
for the terminal size of games which use this, because NH4 watch
mode does not care about player's terminal dimensions.  Other external
watching tools may need this in the future, but for now there is
nothing that requires this.

8 years agoadded flex requirement
altorg [Sat, 19 Aug 2017 18:18:51 +0000 (11:18 -0700)]
added flex requirement

8 years agoadded libncursesw5
altorg [Sat, 19 Aug 2017 18:16:18 +0000 (11:16 -0700)]
added libncursesw5

8 years agoremoved yacc install
altorg [Sat, 19 Aug 2017 18:13:56 +0000 (11:13 -0700)]
removed yacc install

8 years agoUpdate buildspec.yml
altorg [Sat, 19 Aug 2017 18:12:44 +0000 (11:12 -0700)]
Update buildspec.yml

8 years agoUpdate buildspec.yml
altorg [Sat, 19 Aug 2017 18:10:44 +0000 (11:10 -0700)]
Update buildspec.yml

8 years agoUpdate buildspec.yml
altorg [Sat, 19 Aug 2017 18:08:51 +0000 (11:08 -0700)]
Update buildspec.yml

8 years agoUpdate buildspec.yml
altorg [Sat, 19 Aug 2017 18:06:10 +0000 (11:06 -0700)]
Update buildspec.yml

8 years agoUpdate buildspec.yml
altorg [Sat, 19 Aug 2017 18:04:06 +0000 (11:04 -0700)]
Update buildspec.yml

8 years agoUpdate buildspec.yml
altorg [Sat, 19 Aug 2017 18:02:20 +0000 (11:02 -0700)]
Update buildspec.yml

8 years agoCreate buildspec.yml
altorg [Sat, 19 Aug 2017 18:01:28 +0000 (11:01 -0700)]
Create buildspec.yml

9 years agoMerge pull request #1 from Elronnd/master
altorg [Mon, 6 Feb 2017 01:52:10 +0000 (17:52 -0800)]
Merge pull request #1 from Elronnd/master

(hopefully) put -lpthread in LIBS instead of CFLAGS

9 years ago(hopefully) put -lpthread in LIBS instead of CFLAGS
Elronnd [Mon, 6 Feb 2017 01:48:11 +0000 (18:48 -0700)]
(hopefully) put -lpthread in LIBS instead of CFLAGS

10 years agoMerge pull request #9 from fstd/master
Pasi Kallinen [Sat, 23 Jan 2016 16:58:59 +0000 (18:58 +0200)]
Merge pull request #9 from fstd/master

Some build system and portability fixes

10 years agocompile on FreeBSD
fstd [Sat, 23 Jan 2016 04:21:32 +0000 (05:21 +0100)]
compile on FreeBSD

10 years agoseparate $LEXLIBS because ee and virus do not need lex and will not build without...
fstd [Sat, 23 Jan 2016 04:20:53 +0000 (05:20 +0100)]
separate $LEXLIBS because ee and virus do not need lex and will not build without a yylex() stub

10 years agocompile on NetBSD
fstd [Sat, 23 Jan 2016 03:10:36 +0000 (04:10 +0100)]
compile on NetBSD

10 years agoconfigure.ac: correctly check for pthreads
fstd [Sat, 23 Jan 2016 03:09:45 +0000 (04:09 +0100)]
configure.ac: correctly check for pthreads

10 years agoautogen.sh: use autoreconf
fstd [Sat, 23 Jan 2016 03:08:54 +0000 (04:08 +0100)]
autogen.sh: use autoreconf

10 years agoMerge branch 'master' of git://github.com/paxed/dgamelaunch
root [Sat, 2 Jan 2016 20:02:36 +0000 (20:02 +0000)]
Merge branch 'master' of git://github.com/paxed/dgamelaunch

10 years agoFix some warnings
Pasi Kallinen [Sat, 2 Jan 2016 20:02:15 +0000 (22:02 +0200)]
Fix some warnings

10 years agoMerge branch 'master' of git://github.com/paxed/dgamelaunch
root [Sat, 2 Jan 2016 19:54:25 +0000 (19:54 +0000)]
Merge branch 'master' of git://github.com/paxed/dgamelaunch

10 years agoFix SQLite query where underscore was an unintended wildcard
Pasi Kallinen [Sat, 2 Jan 2016 17:53:30 +0000 (19:53 +0200)]
Fix SQLite query where underscore was an unintended wildcard

10 years agoMerge pull request #8 from henrikolsson/master
Pasi Kallinen [Wed, 9 Dec 2015 18:46:18 +0000 (20:46 +0200)]
Merge pull request #8 from henrikolsson/master

Prevent crash in passwordgood when supplied password is one character long

10 years agoMerge pull request #2 from swills/patch-1
Pasi Kallinen [Wed, 9 Dec 2015 18:45:36 +0000 (20:45 +0200)]
Merge pull request #2 from swills/patch-1

Update Makefile.in

10 years agoMerge branch 'master' of git://github.com/paxed/dgamelaunch
root [Mon, 7 Dec 2015 17:42:47 +0000 (17:42 +0000)]
Merge branch 'master' of git://github.com/paxed/dgamelaunch

10 years agoStop processing arguments at -c
Pasi Kallinen [Mon, 7 Dec 2015 16:40:04 +0000 (18:40 +0200)]
Stop processing arguments at -c

Original patch by Neil Moore <neil@s-z.org>

10 years agoFix a buffer overflow in ee
Pasi Kallinen [Mon, 7 Dec 2015 16:31:51 +0000 (18:31 +0200)]
Fix a buffer overflow in ee

Original patch by Neil Moore <neil@s-z.org>

10 years agoee: don't crash when editing zero-byte files.
Dobrazupa.org staff [Mon, 20 May 2013 18:44:41 +0000 (14:44 -0400)]
ee: don't crash when editing zero-byte files.

10 years agoAdd play_if_exist command
Pasi Kallinen [Mon, 7 Dec 2015 16:11:58 +0000 (18:11 +0200)]
Add play_if_exist command

10 years agoIgnore window size changes in resize check
Pasi Kallinen [Mon, 7 Dec 2015 16:10:11 +0000 (18:10 +0200)]
Ignore window size changes in resize check

11 years agoIgnore window size changes in resize check
root [Thu, 28 May 2015 10:59:05 +0000 (10:59 +0000)]
Ignore window size changes in resize check

11 years agoAdd -pthread to CFLAGS
Pasi Kallinen [Fri, 29 Aug 2014 13:28:10 +0000 (16:28 +0300)]
Add -pthread to CFLAGS

11 years agoFix printf format arg type
Pasi Kallinen [Thu, 28 Aug 2014 19:08:48 +0000 (22:08 +0300)]
Fix printf format arg type

12 years agoPrevent crash in passwordgood when supplied password is one character long
Henrik Olsson [Sun, 6 Jul 2014 11:36:07 +0000 (13:36 +0200)]
Prevent crash in passwordgood when supplied password is one character long

12 years agoActually make ee give feedback when exiting due to strange characters
Pasi Kallinen [Thu, 22 May 2014 19:12:14 +0000 (22:12 +0300)]
Actually make ee give feedback when exiting due to strange characters

12 years agoExit ee gracefully, if character conversion fails.
Pasi Kallinen [Fri, 16 May 2014 16:19:12 +0000 (19:19 +0300)]
Exit ee gracefully, if character conversion fails.

12 years agoAdded intermediate object files, virus, and ee executables to gitignore.
kenkeiras [Wed, 12 Feb 2014 00:09:55 +0000 (19:09 -0500)]
Added intermediate object files, virus, and ee executables to gitignore.