steed/debian/changelog

363 lines
9.2 KiB
Plaintext
Raw Normal View History

2010-06-03 18:12:42 +03:00
instead (1.2.0) unstable; urgency=low
2010-06-01 16:41:56 +03:00
2010-06-03 11:12:40 +03:00
* unpack/install feature;
* browse feature (win32 and gtk);
2010-06-07 15:21:35 +03:00
* clever game/themes sorting;
2010-07-06 13:10:37 +03:00
* time of save slots;
2010-06-03 11:12:40 +03:00
* remove games;
2010-06-14 11:10:59 +03:00
* aligned width for themes/games dialog;
2010-06-07 15:21:35 +03:00
* local appdata mode (portable app);
2010-07-06 13:10:37 +03:00
* clearlooks theme;
* inv align modes;
2010-06-05 12:56:55 +03:00
* prefs object;
2010-06-07 15:21:35 +03:00
* init() function;
* snapshots (not documented?);
2010-06-05 20:59:34 +03:00
* hook and inherit;
2010-06-07 15:21:35 +03:00
* entered/left human friendly actions;
2010-06-06 14:09:17 +03:00
* stead.cmd, stead.args added;
2010-07-06 13:10:37 +03:00
* require added (modules: goto, xact, input, click, vars, dbg, snapshot, prefs, format, kbd, hotkeys);
2010-07-02 22:36:29 +03:00
* instead_version added;
2010-06-12 12:30:53 +03:00
* taketo/takef added;
2010-06-14 11:10:59 +03:00
* disable/enable/disable_all/enable_all added;
* exist() added (seen over disabled objects);
2010-07-06 13:10:37 +03:00
* path() added;
* visited() added;
* live() added;
* nameof() added;
* goback() added;
2010-07-19 14:56:10 +03:00
* goin()/goout() added;
* disp attribute added;
2010-06-16 12:15:40 +03:00
* improved debugger;
2010-06-17 19:05:27 +03:00
* save vars in _G;
2010-06-18 09:43:27 +03:00
* no duplicated games while looking gamespaths;
2010-06-21 22:33:38 +03:00
* code function!!!;
2010-06-22 15:31:07 +03:00
* args in call;
2010-07-02 22:36:29 +03:00
* var and global;
2010-06-22 15:31:07 +03:00
* self() is now self;
2010-06-22 14:04:12 +03:00
* no return goto needed;
2010-07-07 15:41:48 +03:00
* disable_all/enable_all for lists;
2010-07-15 09:59:57 +03:00
* purge and list_purge;
* undocumented gamefile;
* undocumented LANG;
2010-07-06 13:10:37 +03:00
* many bugfixes...
2010-06-01 16:41:56 +03:00
2010-07-06 13:10:37 +03:00
-- Peter Kosyh <p.kosyh@gmail.com> Tue, 06 Jul 2010 14:09:00 +0300
2010-06-01 16:41:56 +03:00
2010-05-19 16:42:23 +03:00
instead (1.1.6) unstable; urgency=low
* bugfix (no closed files)
* bugfix in line breaking with gfx
* pr() function added in stead
-- Peter Kosyh <p.kosyh@gmail.com> Wed, 19 May 2010 17:31:00 +0300
2010-03-10 14:22:24 +02:00
instead (1.1.5) unstable; urgency=low
* multiple anigif in one layout fix
* click in picture event
2010-03-10 14:42:39 +02:00
* game.action callback
* bug in <g: > parsing
2010-03-13 13:40:59 +02:00
* pause game while minimize (-nopause option added)
2010-03-14 21:55:44 +02:00
* 8 bit scaler fix
2010-03-10 14:22:24 +02:00
-- Peter Kosyh <p.kosyh@gmail.com> Wed, 10 Mar 2010 15:20:51 +0300
2010-03-05 17:32:03 +02:00
instead (1.1.4) unstable; urgency=low
* keyboard navigation fix
* cursor while menu and lost focus
* lower cpu usage (no gif logic if no gifs are drawn)
-- Peter Kosyh <p.kosyh@gmail.com> Fri, 05 Mar 2010 18:28:40 +0300
2010-02-16 10:11:50 +02:00
instead (1.1.3) unstable; urgency=low
* unix_path in get_img
* " in variable names (save)
2010-02-17 13:17:12 +02:00
* \\, in ways and inv
* 32 bit bmp fix
2010-02-16 10:11:50 +02:00
-- Peter Kosyh <p.kosyh@gmail.com> Wed, 16 Feb 2010 11:10:40 +0300
2010-02-10 12:50:57 +02:00
instead (1.1.2) unstable; urgency=low
* bug in saves
-- Peter Kosyh <p.kosyh@gmail.com> Wed, 10 Feb 2010 13:39:47 +0300
2010-02-08 19:22:38 +02:00
instead (1.1.1) unstable; urgency=low
2010-01-14 14:48:47 +02:00
* encode path in save (' in paths);
2010-01-16 19:44:57 +02:00
* mouse focus win problem;
* cleanups in stead.lua;
* doc updates;
2010-01-16 21:22:22 +02:00
* alt-r in debug mode (restart game);
2010-01-20 14:43:54 +02:00
* -version arg
2010-01-21 16:35:42 +02:00
* timer
* kbd input
* mouse input
2010-01-24 14:10:02 +02:00
* bluesteel theme
2010-01-26 11:00:19 +02:00
* nop cmd added in stead.lua
2010-01-27 13:20:41 +02:00
* anigif while menu bug
2010-01-31 16:25:27 +02:00
* add inv.mode disabled
2010-01-31 16:26:02 +02:00
* txtnb added to stead.lua
2010-02-08 19:22:38 +02:00
* bg scaling fix
* broken codepage fix
* esc strings in <a: > tag
2010-02-09 21:08:18 +02:00
* themes and games sorting
2010-01-14 14:48:47 +02:00
-- Peter Kosyh <p.kosyh@gmail.com> Thu, 14 Jan 2010 15:47:50 +0300
2010-01-07 13:38:14 +02:00
instead (1.0.5) unstable; urgency=low
2010-01-08 14:27:02 +02:00
* segfault while is_sound with -nosound
* snd volume hack
2010-01-08 16:26:47 +02:00
* arctic theme added
2010-01-07 13:38:14 +02:00
-- Peter Kosyh <p.kosyh@gmail.com> Thu, 7 Jan 2010 14:34:00 +0300
2009-12-12 16:19:07 +02:00
instead (1.0.4) unstable; urgency=low
* xref hl optimization
* now, write save slots in game/saves if game/saves exist
2010-01-07 13:38:14 +02:00
2009-12-12 16:19:07 +02:00
-- Peter Kosyh <p.kosyh@gmail.com> Tue, 12 Dec 2009 17:15:00 +0300
2009-12-01 13:14:06 +02:00
instead (1.0.3) unstable; urgency=low
* autojump to text change
* no cursor flickering
2009-12-06 17:28:17 +02:00
* sdl_path (i18n M$ win sdl paths)
2009-12-01 13:14:06 +02:00
-- Peter Kosyh <p.kosyh@gmail.com> Tue, 01 Dec 2009 14:12:36 +0300
2009-11-24 10:01:53 +02:00
instead (1.0.2) unstable; urgency=low
* fix in box normalize
* fix in scaling
2009-11-27 18:34:05 +02:00
* fixed f5 key
2009-11-24 10:01:53 +02:00
-- Peter Kosyh <p.kosyh@gmail.com> Tue, 24 Nov 2009 11:00:20 +0300
2009-11-20 15:44:03 +02:00
instead (1.0.1) unstable; urgency=low
* bug: no fclose :(
* i18n + esp lang and tutorial
* cat removed
-- Peter Kosyh <p.kosyh@gmail.com> Fri, 20 Nov 2009 13:33:36 +0300
2009-11-04 15:04:18 +02:00
instead (1.0.0) unstable; urgency=low
2009-11-03 18:45:46 +02:00
2009-11-07 21:01:41 +02:00
* another mouse buttons -- escape
2009-11-03 18:45:46 +02:00
* escape as use cancel
2009-11-08 19:32:16 +02:00
* lifeoff from life method
2009-11-14 21:16:35 +02:00
* bug fix in anigif logic
* bug fix in img()
2009-11-07 21:01:41 +02:00
* more clever linebreaking
* kill empty lines at end of layout
2009-11-14 21:16:35 +02:00
* typo in color table (graphics.c) by Alexander
2009-11-08 17:27:08 +02:00
* manual.tex by Alexander and commiters
2009-11-14 21:16:35 +02:00
* default-large theme is default
* combined images!
* page up, page down clever logic;
2009-11-12 22:33:51 +02:00
* f8/f9 - quicksave/quickload
2009-11-13 14:49:21 +02:00
* game.enable_save
* lua stack overflow???
2009-11-14 20:10:10 +02:00
* autosave function
2009-11-03 18:45:46 +02:00
-- Peter Kosyh <p.kosyh@gmail.com> Tue, 3 Nov 2009 19:43:00 +0400
2009-10-12 10:10:24 +03:00
instead (0.9.3) unstable; urgency=low
* have and seen fixes
* -encode option + doencfile
2009-10-12 20:03:26 +03:00
* print reregister
2009-10-16 16:10:05 +03:00
* from() with argument
2009-10-23 12:37:37 +03:00
* new()/delete() (allocator object)
* game:ini() fix
2009-10-24 20:09:43 +03:00
* theme scaling (yahoo!!!)
2009-10-26 17:00:11 +02:00
* scene_use attribute (scene objects using on each other)
2009-10-12 10:10:24 +03:00
-- Peter Kosyh <p.kosyh@gmail.com> Mon, 12 Oct 2009 11:09:19 +0400
2009-10-04 16:12:31 +03:00
instead (0.9.2) unstable; urgency=low
* animated gif support
* graphics everywhere!!! (img cmd)
2009-10-04 18:53:44 +03:00
* sound support (set_sound)
2009-10-04 16:12:31 +03:00
* some cleanups
-- Peter Kosyh <p.kosyh@gmail.com> Sun, 4 Oct 2009 16:10:09 +0400
2009-09-20 13:49:06 +03:00
instead (0.9.1) unstable; urgency=low
* mouse gfx bug
2009-09-27 21:08:19 +03:00
* noautosave option
* make uninstall
* === STEAD FIXES ====
2009-09-20 13:49:06 +03:00
* gui.lua is separated file
* menus in gfx mode!!! :)
* stead.lua fixes:
* ref fix
* phrases saver
* player is object
* disable_all enable_all for object
* inherited inventory
2009-09-22 07:27:49 +03:00
* save game bug
* own stead namespace (table problem fixed!)
2009-09-27 21:08:19 +03:00
* recurse for exit breaking
* wrap into vroom not call exit twice
2009-09-20 13:49:06 +03:00
-- Peter Kosyh <p.kosyh@gmail.com> Sun, 15 Sep 2009 14:42:44 +0400
2009-09-15 12:37:49 +03:00
instead (0.9) unstable; urgency=low
* fixes in localization
* srch method for player
* english tutorial
* separated games?
2009-09-15 12:47:23 +03:00
* font with apache license :)
2009-09-15 15:52:53 +03:00
* debian cleanups
2009-09-15 12:37:49 +03:00
-- Peter Kosyh <p.kosyh@gmail.com> Tue, 15 Sep 2009 13:29:55 +0400
2009-09-05 08:23:51 +03:00
instead (0.8.9) unstable; urgency=low
2009-09-07 09:14:26 +03:00
* -gamespath -game -themespath -theme options
2009-09-05 08:23:51 +03:00
* runtime languages
2009-09-08 20:27:58 +03:00
* disabled() function in stead
2009-09-05 08:23:51 +03:00
* list_zap, list_concat
* remove added
* stead.lua fixes
2009-09-08 20:27:58 +03:00
* full keyboard control!
2009-09-05 17:03:29 +03:00
* alt enter fix
2009-09-08 20:27:58 +03:00
* gfx cursor support!
* no reset video while change game/theme
2009-09-14 15:35:20 +03:00
* tutorial2
2009-09-05 08:23:51 +03:00
-- Peter Kosyh <p.kosyh@gmail.com> Sat, 5 Aug 2009 11:25:01 +0400
2009-08-31 22:25:19 +03:00
instead (0.8.8) unstable; urgency=low
* Makefiles fixes
* cat game fix
* .insteadrc now in .instead/ by default
* small fixes
-- Peter Kosyh <p.kosyh@gmail.com> Mon, 31 Aug 2009 11:25:01 +0400
2009-08-28 19:36:10 +03:00
instead (0.8.7) unstable; urgency=low
* highlight bug in nohl mode with filter
* windows version now looks games and themes in appdir.
2009-09-15 13:42:39 +03:00
-- Peter Kosyh <p.kosyh@gmail.com> Fri, 28 Aug 2009 12:51:08 +0400
2009-08-28 19:36:10 +03:00
2009-08-27 07:38:56 +03:00
instead (0.8.6) unstable; urgency=low
* cat game fixes
* seen extra parameter
2010-01-07 13:38:14 +02:00
2009-08-27 07:38:56 +03:00
-- Peter Kosyh <p.kosyh@gmail.com> Thu, 27 Aug 2009 08:32:00 +0400
2009-08-26 08:25:53 +03:00
instead (0.8.5) unstable; urgency=low
* possible segfaults in timer functions.
* ways, objs, drop, take - extra parameters
* put - function
* set_music fixes
-- Peter Kosyh <p.kosyh@gmail.com> Thu, 24 Aug 2009 08:32:00 +0400
instead (0.8.4) unstable; urgency=low
* bug in savevar
* bug in long strings
-- Peter Kosyh <p.kosyh@gmail.com> Thu, 20 Aug 2009 14:09:14 +0400
instead (0.8.3) unstable; urgency=low
* sge forgotten
* set_music with loop argument bug
-- Peter Kosyh <p.kosyh@gmail.com> Wed, 19 Aug 2009 14:09:14 +0400
instead (0.8.2) unstable; urgency=low
* gfx_load_img
-- Peter Kosyh <p.kosyh@gmail.com> Sat, 15 Aug 2009 14:09:14 +0400
instead (0.8) unstable; urgency=low
* key_name attribute!!!!
* do_ini
* version in stead.lua
* opairs!!!
* vroom fix
* typos
* backtrace
* list_set
-- Peter Kosyh <p.kosyh@gmail.com> Fri, 07 Aug 2009 14:09:14 +0400
instead (0.7.7-4) unstable; urgency=low
* Fixes :)
-- Peter Kosyh <p.kosyh@gmail.com> Wed, 05 Aug 2009 17:26:55 +0400
instead (0.7.7) unstable; urgency=low
* typos in games
* local games now can be placed in ~/.instead/games
* console version disabled by default
* -- $Name: tag -- full name of games, not only dirname
* fix of link color for title/ways
* bug in text layout logic (last period in line)
* embedded mode (picture and ways inside text!!!)
* float mode (for books)
* faster text renderer (x2-x5 times)
* free motion mode of scrolling
* click sound support in themes (in default theme too)
* new options (click sound, music)
* default theme changes
* fullscreen with Alt-Enter
* options -alsa, -fullscreen, -window
* now italic font used for events
* 48000Hz added in sound preferences
* now scroll position is saved in embedded mode
* themes support, one new theme added
* vway and vroom added
* updated tutorial
* set_music now take an loop parameter
* autosave is now default
* now vars saved if they begins from uppercase letter (undescore too);
* save slots !!!
* a lot of bugs fixed (memory leaks, SDL cavities.. )
-- Peter Kosyh <p.kosyh@gmail.com> Thu, 30 Jul 2009 18:12:19 +0400
instead (0.7.6-1) unstable; urgency=low
* debian file fixes
-- Peter Kosyh <p.kosyh@gmail.com> Fri, 29 May 2009 14:17:01 +0400
instead (0.7.6) unstable; urgency=low
* Keyboard scrolling
* Font scaling
* inv.horiz option
-- Peter Kosyh <p.kosyh@gmail.com> Mon, 25 May 2009 10:58:29 +0400
instead (0.7.5) unstable; urgency=low
* Initial release
-- Peter Kosyh <p.kosyh@gmail.com> Thu, 21 May 2009 11:40:29 +0400