0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 11 months ago. based on code collected 11 months ago.
Oct 24, 2024 — Oct 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* HACKING: Fix some typos, undust some comments, update mailing lists. More... over 22 years ago
* src/argv.c (list): Take a const string as argument. * src/camera.h (coerner): Strip useless parentheses in declaration. * src/camera.c (coerner): Likewise. * src/const.h (render_buffer): Likewise. * src/const.c (render_buffer): Likewise. * src/gameid.h (gameid_ptr): Rename as ... (a_gameid_ptr): ... this. (create_gameid, empty_gameid, equal_gameid, copy_gameid, gameid_to_text, text_to_gameid): Adjust to use a_gameid_ptr. * src/gameid.c (create_gameid, empty_gameid, equal_gameid, copy_gameid, gameid_to_text, text_to_gameid): Likewise. * src/scores.h (find_score_by_gameid, insert_scores): Likewise. * src/scores.c (find_score_by_gameid, insert_scores): Likewise. * src/heroes.c (mouse_found): Suppress, always 1 and used once. (load_level): Return an int. (main_menu): Don't use mouse_found. * src/system.c [S_SPLINT_S] (bool, false, true): Define for Splint.
adl
More... almost 24 years ago
* m4/gccwarn.m4 (CF_GCC_WARNINGS): Remove -Wredundant-decls. This gives warnings in glibc's headers with GCC 2.95. * m4/getoptlong.m4: Use AC_CHECK_HEADERS instead of AC_CHECK_HEADER, otherwise HAVE_GETOPT_H is never defined.
adl
More... almost 24 years ago
* m4/gccwarn.m4 (CF_GCC_WARNINGS): Add -Wredundant-decls. * src/generic_list.h (NEW_LIST_BODY): Make the dummy function that eat the simicolon unique. * src/heroes.h (bonus_anim_htimer): Don't declare (already in bonus.h). (corner_htimer): Declare only once. (compute_corner): Don't declare (already in camera.h). * src/persona.h (keep_sgid, keep_suid): Mark as extern.
adl
More... almost 24 years ago
* src/people.def: Update Daniel and Jean's emails.
adl
More... almost 24 years ago
* src/plugins/stdai.c: Declare global variables as static.
adl
More... almost 24 years ago
* m4/htmldoc.m4: s/data_dir/datadir/ otherwise html files get installed into /doc. Reported by Jean Delvare.
adl
More... almost 24 years ago
* src/media.video.h (ybuf, sbuf): Enlarge the height of the rendering buffer, otherwise rendering tutorial arrows can overflow and cause segfaults. Reported by Christoph Claus and Jean Delvare.
adl
More... almost 24 years ago
* doc/heroes.texi (Mailing lists): Update mailing list addresses.
adl
More... almost 24 years ago
New file
adl
More... almost 24 years ago
New file
adl
More... almost 24 years ago
* po/es_AR.po: New revision from Ariel Fermani.
adl
More... almost 24 years ago
* configure.ac: Bump version to 0.29c. * tools/alpha.sh: Really make the distribution if it doesn't exist. * po/de.po: Add Plural-Forms header. * po/it.po: Add missing plural form for rounds. * po/fr.po: Update. * tests/Makefile.am (lvlsave_LDADD): Add INTLLIBS.
adl
More... almost 24 years ago
* libltdl/ltdl.c, m4/libtool.m4, m4/ltdl.m4: Update from Libtool 1.4.3.
adl
More... almost 24 years ago
* Makefile.am, src/Makfile.am: Don't EXTRA_DIST included Makefile fragments, Automake >= 1.7 does this for us. Remove useless VAR = @VAR@ definitions for the same reason. * po/Makevars, po/LINGUAS: New files. * configure.ac: Require Automake 1.7.1. Don't define ALL_LINGUAS (replaced by po/LINGUAS). * HACKING: Adjust to mention po/LINGUAS.
adl
More... almost 24 years ago
Upgrade to Gettext 0.11.5 and CVS Libtool branch-1-4.
adl
More... almost 24 years ago
* src/menus.c (editor_entries): Add missing trailing { 0, 0 }. Reported by Nicolas Tisserand. (Segfault on Debian/PPC)
adl
More... about 24 years ago
* configure.ac (ALL_LINGUAS): Add es_AR. * po/es_AR.po: New file. From Ariel Fermani <[email protected]>.
adl
More... about 24 years ago
* configure.ac: Bump version to 0.29b. * NEWS: Update.
adl
More... about 24 years ago
* src/misc.c (strcat_alloc): Use stpcpy.
adl
More... about 24 years ago
* lib/getline.c, lib/getline.h, lib/getstr.c, lib/getstr.h: New files, from fileutils-4.1.1. * tools/fetish-sync.sh (files): Add them. * lib/Makefile.am (libheroes_a_SOURCES): Add them. (pkginclude_HEADERS): Add getline.h.
adl
More... about 24 years ago
* po/fr.po: Update.
adl
More... about 24 years ago
* po/de.po: Update.
adl
More... about 24 years ago
* src/Makefile.am (BUILT_SOURCES): Remove debughash.gperf, prefs.c, and rsc_files_hash.c. They don't need to be BUILT_SOURCES. * src/const.c: Typo.
adl
More... about 24 years ago
* src/const.c (kbjoy, kbjoyold): Redefine as static bool[]. (key_or_joy_reset): New function. * src/const.h (kbjoy, kbjoyold): Don't export. (key_or_joy_reset): New function. * src/menus.c (quit_yes_no): Don't wait for joystick buttons to go up. (pause_menu, quit_yes_no): Call key_or_joy_reset. * src/heroes.c (play_demo, play_game): Likewise.
adl
More... about 24 years ago
* doc/heroes-api.texi (Explosions): New node. * src/rules/state.h: Remove fixed fixme.
adl
More... over 24 years ago
* src/rules/bonuses.h: New file. * src/rules/Makefile.inc (rules_libhrules_a_SOURCES): Add it. * src/plugins/Makefile.inc (PLUGIN_H_INPUTS): Add it. * src/rules/state.h: Include it. (a_level_state::bonus_tile): Declare as a_bonus8. * src/rules/bonuses.c (rem_bonus): Run "bonus-rem" before removing the bonus. (rem_bonus_idx): New function, extracted from rem_bonus. (update_bonuses): Use rem_bonus_idx. (bonus_density, bonus_proba, random_bonus, add_bonus, add_random_bonus, mark_unreachable_places, apply_bonuses): Use the new `a_bonus' enum from bonuses.h. * src/rules/update.c (update_player): Likewise. * src/rules/statepriv.h (apply_bonus): Adjust prototype. * doc/heroes-api.texi (core hooks): Document bonus-add and bonus-rem. (Bonuses): New node.
adl
More... over 24 years ago
First sketch of the plug-in documentation.
adl
More... over 24 years ago
* src/rules/state.c (state_init): Don't initialize an opponent if we found no AI driver for it. * src/plugins/stdai.c (ai_standard_tcash): Declare as an OT_TCASH opponent. Reported by Ingo.
adl
More... over 24 years ago
* libltdl/Makefile.am (ACLOCAL_AMFLAGS): New. * libltdl/acinclude.m4: Remove. * m4/ltdl.m4: New file, from CVS Libtool branch-1-4.
adl
More... over 24 years ago