sphere-axis-commits Mailing List for Axis for Sphere (Page 29)
Brought to you by:
pesterle
You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(71) |
Jun
(4) |
Jul
(26) |
Aug
(23) |
Sep
(6) |
Oct
(2) |
Nov
(74) |
Dec
(89) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(88) |
Feb
(51) |
Mar
(26) |
Apr
(8) |
May
(55) |
Jun
(67) |
Jul
(37) |
Aug
(46) |
Sep
(12) |
Oct
(6) |
Nov
|
Dec
|
2004 |
Jan
|
Feb
|
Mar
(13) |
Apr
(8) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Philip E. <pes...@us...> - 2002-05-10 00:05:50
|
Update of /cvsroot/sphere-axis/Axis In directory usw-pr-cvs1:/tmp/cvs-serv14194 Modified Files: remoteconnection.cpp Log Message: Non-resource scripts will no longer be downloaded from remote servers. Index: remoteconnection.cpp =================================================================== RCS file: /cvsroot/sphere-axis/Axis/remoteconnection.cpp,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -r1.17 -r1.18 *** remoteconnection.cpp 9 May 2002 04:14:04 -0000 1.17 --- remoteconnection.cpp 10 May 2002 00:05:45 -0000 1.18 *************** *** 1061,1064 **** --- 1061,1065 ---- } } + /* We shouldn't try to get non-resource scripts from the remote server if ( Main->m_pScripts->m_tables.m_resources.GetSize() && !Main->m_dwResourcesOnly ) { *************** *** 1109,1112 **** --- 1110,1114 ---- } } + */ } |
From: Philip E. <pes...@us...> - 2002-05-10 00:05:22
|
Update of /cvsroot/sphere-axis/Axis In directory usw-pr-cvs1:/tmp/cvs-serv13939 Modified Files: itemtweaktab.cpp Log Message: Item attributes will now be cleared properly in the Item Tweak tab. Index: itemtweaktab.cpp =================================================================== RCS file: /cvsroot/sphere-axis/Axis/itemtweaktab.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** itemtweaktab.cpp 1 May 2002 03:33:11 -0000 1.3 --- itemtweaktab.cpp 10 May 2002 00:05:18 -0000 1.4 *************** *** 452,456 **** m_csAttrValue.GetWindowText(csCurrentVal); DWORD dwVal = ahextoi(csCurrentVal); ! if (m_bInvisible) dwVal |= ATTR_CURSED; else --- 452,456 ---- m_csAttrValue.GetWindowText(csCurrentVal); DWORD dwVal = ahextoi(csCurrentVal); ! if (m_bCursed) dwVal |= ATTR_CURSED; else *************** *** 468,472 **** m_csAttrValue.GetWindowText(csCurrentVal); DWORD dwVal = ahextoi(csCurrentVal); ! if (m_bInvisible) dwVal |= ATTR_BLESSED; else --- 468,472 ---- m_csAttrValue.GetWindowText(csCurrentVal); DWORD dwVal = ahextoi(csCurrentVal); ! if (m_bBlessed) dwVal |= ATTR_BLESSED; else *************** *** 484,488 **** m_csAttrValue.GetWindowText(csCurrentVal); DWORD dwVal = ahextoi(csCurrentVal); ! if (m_bInvisible) dwVal |= ATTR_BLESSED2; else --- 484,488 ---- m_csAttrValue.GetWindowText(csCurrentVal); DWORD dwVal = ahextoi(csCurrentVal); ! if (m_bBlessed2) dwVal |= ATTR_BLESSED2; else *************** *** 500,504 **** m_csAttrValue.GetWindowText(csCurrentVal); DWORD dwVal = ahextoi(csCurrentVal); ! if (m_bInvisible) dwVal |= ATTR_CAN_DECAY; else --- 500,504 ---- m_csAttrValue.GetWindowText(csCurrentVal); DWORD dwVal = ahextoi(csCurrentVal); ! if (m_bCanDecay) dwVal |= ATTR_CAN_DECAY; else *************** *** 516,520 **** m_csAttrValue.GetWindowText(csCurrentVal); DWORD dwVal = ahextoi(csCurrentVal); ! if (m_bInvisible) dwVal |= ATTR_CURSED2; else --- 516,520 ---- m_csAttrValue.GetWindowText(csCurrentVal); DWORD dwVal = ahextoi(csCurrentVal); ! if (m_bCursed2) dwVal |= ATTR_CURSED2; else *************** *** 532,536 **** m_csAttrValue.GetWindowText(csCurrentVal); DWORD dwVal = ahextoi(csCurrentVal); ! if (m_bInvisible) dwVal |= ATTR_FORSALE; else --- 532,536 ---- m_csAttrValue.GetWindowText(csCurrentVal); DWORD dwVal = ahextoi(csCurrentVal); ! if (m_bForSale) dwVal |= ATTR_FORSALE; else *************** *** 548,552 **** m_csAttrValue.GetWindowText(csCurrentVal); DWORD dwVal = ahextoi(csCurrentVal); ! if (m_bInvisible) dwVal |= ATTR_STOLEN; else --- 548,552 ---- m_csAttrValue.GetWindowText(csCurrentVal); DWORD dwVal = ahextoi(csCurrentVal); ! if (m_bStolen) dwVal |= ATTR_STOLEN; else |
From: Philip E. <pes...@us...> - 2002-05-09 22:19:47
|
Update of /cvsroot/sphere-axis/axissvr In directory usw-pr-cvs1:/tmp/cvs-serv17216 Added Files: AUTHORS COPYING ChangeLog INSTALL Makefile.am Makefile.in NEWS README acinclude.m4 aclocal.m4 configure configure.in install-sh missing mkinstalldirs Removed Files: Makefile Log Message: Added files to support configure scripts and removed the default Makefile --- NEW FILE: AUTHORS --- The majority of the code in Axis Server was written by Philip Esterle (pes...@fi...), with contributions from William Arts (Belgar). If you would like to contribute code to Axis Server, please either send the patches directly to pes...@fi..., or post them on the project page at SourceForge, located at http://sphere-axis.sourceforge.net --- NEW FILE: COPYING --- GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Library General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS --- NEW FILE: ChangeLog --- This file should actually be generated with the cvs2cl.pl program. If you are seeing this text, then you either grabbed this directly from CVS, or the builder of the source tarball didn't run the cvs2cl.pl program. --- NEW FILE: INSTALL --- To install Axis Server, first you'll have to build it. To build Axis Server, follow these steps: ./configure & If no errors, then run 'make' if you are using Linux, or 'gmake' if you are running FreeBSD. No other operating systems are currently supported. This should generate the axissvr binary. To install it, simply copy axissvr (and axissvr.cfg if you don't already have a config file) to your Sphere directory. --- NEW FILE: Makefile.am --- bin_PROGRAMS = axissvr axissvr_SOURCES = gwhogsvr.cpp --- NEW FILE: Makefile.in --- # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. SHELL = @SHELL@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ sbindir = @sbindir@ libexecdir = @libexecdir@ datadir = @datadir@ sysconfdir = @sysconfdir@ sharedstatedir = @sharedstatedir@ localstatedir = @localstatedir@ libdir = @libdir@ infodir = @infodir@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include DESTDIR = pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = . ACLOCAL = @ACLOCAL@ AUTOCONF = @AUTOCONF@ AUTOMAKE = @AUTOMAKE@ AUTOHEADER = @AUTOHEADER@ INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) INSTALL_DATA = @INSTALL_DATA@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ transform = @program_transform_name@ NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : CC = @CC@ CPP = @CPP@ CXX = @CXX@ MAKEINFO = @MAKEINFO@ PACKAGE = @PACKAGE@ VERSION = @VERSION@ bin_PROGRAMS = axissvr axissvr_SOURCES = gwhogsvr.cpp ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_CLEAN_FILES = PROGRAMS = $(bin_PROGRAMS) DEFS = @DEFS@ -I. -I$(srcdir) CPPFLAGS = @CPPFLAGS@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ axissvr_OBJECTS = gwhogsvr.o axissvr_LDADD = $(LDADD) axissvr_DEPENDENCIES = axissvr_LDFLAGS = CXXFLAGS = @CXXFLAGS@ CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) CXXLD = $(CXX) CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@ DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \ Makefile.in NEWS acinclude.m4 aclocal.m4 configure configure.in \ install-sh missing mkinstalldirs DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) TAR = tar GZIP_ENV = --best DEP_FILES = .deps/gwhogsvr.P SOURCES = $(axissvr_SOURCES) OBJECTS = $(axissvr_OBJECTS) all: all-redirect .SUFFIXES: .SUFFIXES: .S .c .cpp .o .s $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status $(ACLOCAL_M4): configure.in acinclude.m4 cd $(srcdir) && $(ACLOCAL) config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) cd $(srcdir) && $(AUTOCONF) mostlyclean-binPROGRAMS: clean-binPROGRAMS: -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) distclean-binPROGRAMS: maintainer-clean-binPROGRAMS: install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(bindir) @list='$(bin_PROGRAMS)'; for p in $$list; do \ if test -f $$p; then \ echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \ $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ else :; fi; \ done uninstall-binPROGRAMS: @$(NORMAL_UNINSTALL) list='$(bin_PROGRAMS)'; for p in $$list; do \ rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ done .s.o: $(COMPILE) -c $< .S.o: $(COMPILE) -c $< mostlyclean-compile: -rm -f *.o core *.core clean-compile: distclean-compile: -rm -f *.tab.c maintainer-clean-compile: axissvr: $(axissvr_OBJECTS) $(axissvr_DEPENDENCIES) @rm -f axissvr $(CXXLINK) $(axissvr_LDFLAGS) $(axissvr_OBJECTS) $(axissvr_LDADD) $(LIBS) .cpp.o: $(CXXCOMPILE) -c $< tags: TAGS ID: $(HEADERS) $(SOURCES) $(LISP) list='$(SOURCES) $(HEADERS)'; \ unique=`for i in $$list; do echo $$i; done | \ awk ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ here=`pwd` && cd $(srcdir) \ && mkid -f$$here/ID $$unique $(LISP) TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) tags=; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS)'; \ unique=`for i in $$list; do echo $$i; done | \ awk ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) mostlyclean-tags: clean-tags: distclean-tags: -rm -f TAGS ID maintainer-clean-tags: distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) # This target untars the dist file and tries a VPATH configuration. Then # it guarantees that the distribution is self-contained by making another # tarfile. distcheck: dist -rm -rf $(distdir) GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz mkdir $(distdir)/=build mkdir $(distdir)/=inst dc_install_base=`cd $(distdir)/=inst && pwd`; \ cd $(distdir)/=build \ && ../configure --srcdir=.. --prefix=$$dc_install_base \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ && $(MAKE) $(AM_MAKEFLAGS) check \ && $(MAKE) $(AM_MAKEFLAGS) install \ && $(MAKE) $(AM_MAKEFLAGS) installcheck \ && $(MAKE) $(AM_MAKEFLAGS) dist -rm -rf $(distdir) @banner="$(distdir).tar.gz is ready for distribution"; \ dashes=`echo "$$banner" | sed s/./=/g`; \ echo "$$dashes"; \ echo "$$banner"; \ echo "$$dashes" dist: distdir -chmod -R a+r $(distdir) GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) -rm -rf $(distdir) dist-all: distdir -chmod -R a+r $(distdir) GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) -rm -rf $(distdir) distdir: $(DISTFILES) -rm -rf $(distdir) mkdir $(distdir) -chmod 777 $(distdir) here=`cd $(top_builddir) && pwd`; \ top_distdir=`cd $(distdir) && pwd`; \ distdir=`cd $(distdir) && pwd`; \ cd $(top_srcdir) \ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ cp -pr $$d/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ || cp -p $$d/$$file $(distdir)/$$file || :; \ fi; \ done DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :) -include $(DEP_FILES) mostlyclean-depend: clean-depend: distclean-depend: -rm -rf .deps maintainer-clean-depend: %.o: %.c @echo '$(COMPILE) -c $<'; \ $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $< @-cp .deps/$(*F).pp .deps/$(*F).P; \ tr ' ' '\012' < .deps/$(*F).pp \ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ >> .deps/$(*F).P; \ rm .deps/$(*F).pp %.lo: %.c @echo '$(LTCOMPILE) -c $<'; \ $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $< @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ < .deps/$(*F).pp > .deps/$(*F).P; \ tr ' ' '\012' < .deps/$(*F).pp \ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ >> .deps/$(*F).P; \ rm -f .deps/$(*F).pp %.o: %.cpp @echo '$(CXXCOMPILE) -c $<'; \ $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $< @-cp .deps/$(*F).pp .deps/$(*F).P; \ tr ' ' '\012' < .deps/$(*F).pp \ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ >> .deps/$(*F).P; \ rm .deps/$(*F).pp %.lo: %.cpp @echo '$(LTCXXCOMPILE) -c $<'; \ $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $< @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ < .deps/$(*F).pp > .deps/$(*F).P; \ tr ' ' '\012' < .deps/$(*F).pp \ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ >> .deps/$(*F).P; \ rm -f .deps/$(*F).pp info-am: info: info-am dvi-am: dvi: dvi-am check-am: all-am check: check-am installcheck-am: installcheck: installcheck-am install-exec-am: install-binPROGRAMS install-exec: install-exec-am install-data-am: install-data: install-data-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am install: install-am uninstall-am: uninstall-binPROGRAMS uninstall: uninstall-am all-am: Makefile $(PROGRAMS) all-redirect: all-am install-strip: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install installdirs: $(mkinstalldirs) $(DESTDIR)$(bindir) mostlyclean-generic: clean-generic: distclean-generic: -rm -f Makefile $(CONFIG_CLEAN_FILES) -rm -f config.cache config.log stamp-h stamp-h[0-9]* maintainer-clean-generic: mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \ mostlyclean-tags mostlyclean-depend mostlyclean-generic mostlyclean: mostlyclean-am clean-am: clean-binPROGRAMS clean-compile clean-tags clean-depend \ clean-generic mostlyclean-am clean: clean-am distclean-am: distclean-binPROGRAMS distclean-compile distclean-tags \ distclean-depend distclean-generic clean-am distclean: distclean-am -rm -f config.status maintainer-clean-am: maintainer-clean-binPROGRAMS \ maintainer-clean-compile maintainer-clean-tags \ maintainer-clean-depend maintainer-clean-generic \ distclean-am @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." maintainer-clean: maintainer-clean-am -rm -f config.status .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \ maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \ mostlyclean-compile distclean-compile clean-compile \ maintainer-clean-compile tags mostlyclean-tags distclean-tags \ clean-tags maintainer-clean-tags distdir mostlyclean-depend \ distclean-depend clean-depend maintainer-clean-depend info-am info \ dvi-am dvi check check-am installcheck-am installcheck install-exec-am \ install-exec install-data-am install-data install-am install \ uninstall-am uninstall all-redirect all-am all installdirs \ mostlyclean-generic distclean-generic clean-generic \ maintainer-clean-generic clean mostlyclean distclean maintainer-clean # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: --- NEW FILE: NEWS --- For up to date news on Axis and Axis Server, please visit http://sphere-axis.sourceforge.net --- NEW FILE: README --- Axis Server is a program that allows your remeote GMs to retrieve the most recent script files for your Sphere server, and also provides them with information about spawnpoints in your worldfile. For more information, visit http://sphere-axis.sourceforge.net --- NEW FILE: acinclude.m4 --- dnl aclocal.m4 generated automatically by aclocal 1.4 dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl This program is distributed in the hope that it will be useful, dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A dnl PARTICULAR PURPOSE. dnl aclocal.m4 generated automatically by aclocal 1.4 dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl This program is distributed in the hope that it will be useful, dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A dnl PARTICULAR PURPOSE. dnl aclocal.m4 generated automatically by aclocal 1.4-p5 dnl Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl This program is distributed in the hope that it will be useful, dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A dnl PARTICULAR PURPOSE. dnl aclocal.m4 generated automatically by aclocal 1.4-p5 dnl Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl This program is distributed in the hope that it will be useful, dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A dnl PARTICULAR PURPOSE. # Do all the work for Automake. This macro actually does too much -- # some checks are only needed if your package does certain things. # But this isn't really a big deal. # serial 1 dnl Usage: dnl AM_INIT_AUTOMAKE(package,version, [no-define]) AC_DEFUN([AM_INIT_AUTOMAKE], [AC_REQUIRE([AC_PROG_INSTALL]) PACKAGE=[$1] AC_SUBST(PACKAGE) VERSION=[$2] AC_SUBST(VERSION) dnl test to see if srcdir already configured if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) fi ifelse([$3],, AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])) AC_REQUIRE([AM_SANITY_CHECK]) AC_REQUIRE([AC_ARG_PROGRAM]) dnl FIXME This is truly gross. missing_dir=`cd $ac_aux_dir && pwd` AM_MISSING_PROG(ACLOCAL, aclocal, $missing_dir) AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir) AM_MISSING_PROG(AUTOMAKE, automake, $missing_dir) AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir) AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir) AC_REQUIRE([AC_PROG_MAKE_SET])]) # # Check to make sure that the build environment is sane. # AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane]) # Just in case sleep 1 echo timestamp > conftestfile # Do `set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null` if test "[$]*" = "X"; then # -L didn't work. set X `ls -t $srcdir/configure conftestfile` fi if test "[$]*" != "X $srcdir/configure conftestfile" \ && test "[$]*" != "X conftestfile $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken alias in your environment]) fi test "[$]2" = conftestfile ) then # Ok. : else AC_MSG_ERROR([newly created file is older than distributed files! Check your system clock]) fi rm -f conftest* AC_MSG_RESULT(yes)]) dnl AM_MISSING_PROG(NAME, PROGRAM, DIRECTORY) dnl The program must properly implement --version. AC_DEFUN([AM_MISSING_PROG], [AC_MSG_CHECKING(for working $2) # Run test in a subshell; some versions of sh will print an error if # an executable is not found, even if stderr is redirected. # Redirect stdin to placate older versions of autoconf. Sigh. if ($2 --version) < /dev/null > /dev/null 2>&1; then $1=$2 AC_MSG_RESULT(found) else $1="$3/missing $2" AC_MSG_RESULT(missing) fi AC_SUBST($1)]) --- NEW FILE: aclocal.m4 --- dnl aclocal.m4 generated automatically by aclocal 1.4-p5 dnl Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl This program is distributed in the hope that it will be useful, dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A dnl PARTICULAR PURPOSE. dnl aclocal.m4 generated automatically by aclocal 1.4 dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl This program is distributed in the hope that it will be useful, dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A dnl PARTICULAR PURPOSE. dnl aclocal.m4 generated automatically by aclocal 1.4 dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl This program is distributed in the hope that it will be useful, dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A dnl PARTICULAR PURPOSE. dnl aclocal.m4 generated automatically by aclocal 1.4-p5 dnl Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl This program is distributed in the hope that it will be useful, dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A dnl PARTICULAR PURPOSE. dnl aclocal.m4 generated automatically by aclocal 1.4-p5 dnl Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl This program is distributed in the hope that it will be useful, dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A dnl PARTICULAR PURPOSE. # Do all the work for Automake. This macro actually does too much -- # some checks are only needed if your package does certain things. # But this isn't really a big deal. # serial 1 dnl Usage: dnl AM_INIT_AUTOMAKE(package,version, [no-define]) AC_DEFUN([AM_INIT_AUTOMAKE], [AC_REQUIRE([AC_PROG_INSTALL]) PACKAGE=[$1] AC_SUBST(PACKAGE) VERSION=[$2] AC_SUBST(VERSION) dnl test to see if srcdir already configured if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) fi ifelse([$3],, AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])) AC_REQUIRE([AM_SANITY_CHECK]) AC_REQUIRE([AC_ARG_PROGRAM]) dnl FIXME This is truly gross. missing_dir=`cd $ac_aux_dir && pwd` AM_MISSING_PROG(ACLOCAL, aclocal, $missing_dir) AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir) AM_MISSING_PROG(AUTOMAKE, automake, $missing_dir) AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir) AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir) AC_REQUIRE([AC_PROG_MAKE_SET])]) # # Check to make sure that the build environment is sane. # AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane]) # Just in case sleep 1 echo timestamp > conftestfile # Do `set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null` if test "[$]*" = "X"; then # -L didn't work. set X `ls -t $srcdir/configure conftestfile` fi if test "[$]*" != "X $srcdir/configure conftestfile" \ && test "[$]*" != "X conftestfile $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken alias in your environment]) fi test "[$]2" = conftestfile ) then # Ok. : else AC_MSG_ERROR([newly created file is older than distributed files! Check your system clock]) fi rm -f conftest* AC_MSG_RESULT(yes)]) dnl AM_MISSING_PROG(NAME, PROGRAM, DIRECTORY) dnl The program must properly implement --version. AC_DEFUN([AM_MISSING_PROG], [AC_MSG_CHECKING(for working $2) # Run test in a subshell; some versions of sh will print an error if # an executable is not found, even if stderr is redirected. # Redirect stdin to placate older versions of autoconf. Sigh. if ($2 --version) < /dev/null > /dev/null 2>&1; then $1=$2 AC_MSG_RESULT(found) else $1="$3/missing $2" AC_MSG_RESULT(missing) fi AC_SUBST($1)]) --- NEW FILE: configure --- #! /bin/sh # Guess values for system-dependent variables and create Makefiles. # Generated automatically using autoconf version 2.13 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. # # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. # Defaults: ac_help= ac_default_prefix=/usr/local # Any additions from configure.in: # Initialize some variables set by options. # The variables have the same names as the options, with # dashes changed to underlines. build=NONE cache_file=./config.cache [...2092 lines suppressed...] s%@configure_input@%$configure_input%g s%@srcdir@%$srcdir%g s%@top_srcdir@%$top_srcdir%g s%@INSTALL@%$INSTALL%g " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file fi; done rm -f conftest.s* EOF cat >> $CONFIG_STATUS <<EOF EOF cat >> $CONFIG_STATUS <<\EOF exit 0 EOF chmod +x $CONFIG_STATUS rm -fr confdefs* $ac_clean_files test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1 --- NEW FILE: configure.in --- dnl Process this file with autoconf to produce a configure script. AC_INIT(gwhogsvr.h) AM_INIT_AUTOMAKE(axissvr, 0.13) dnl LDFLAGS="-L/usr/lib -L/usr/local/lib $LDFLAGS" LIBS="-pthread $LIBS" CXXFLAGS="" case `uname` in Linux) ;; FreeBSD) AC_DEFINE(_BSD) AC_DEFINE(_THREAD_SAFE) LIBS="-lcompat $LIBS" ;; esac dnl Checks for programs. AC_PROG_CXX AC_PROG_CC AC_PROG_CPP dnl Checks for libraries. dnl Replace `main' with a function in -lcompat: dnl AC_CHECK_LIB(compat, main) dnl Replace `main' with a function in -lpthread: dnl AC_CHECK_LIB(pthread, main) dnl Checks for header files. AC_HEADER_DIRENT AC_HEADER_STDC AC_CHECK_HEADERS(sys/time.h unistd.h) dnl Checks for typedefs, structures, and compiler characteristics. AC_C_CONST AC_HEADER_TIME AC_STRUCT_TM dnl Checks for library functions. AC_TYPE_SIGNAL AC_FUNC_VPRINTF AC_CHECK_FUNCS(getcwd select socket strerror strstr strtol) AC_OUTPUT(Makefile) --- NEW FILE: install-sh --- #!/bin/sh echo "Copy axissvr (and axissvr.cfg if you have no config file) to your" echo "Sphere directory." --- NEW FILE: missing --- --- NEW FILE: mkinstalldirs --- --- Makefile DELETED --- |
From: Philip E. <pes...@us...> - 2002-05-09 04:14:09
|
Update of /cvsroot/sphere-axis/Axis In directory usw-pr-cvs1:/tmp/cvs-serv962 Modified Files: drewsky.rc remoteconnection.cpp Log Message: Slight tweak to the checksum code. This time it will have the correct file name when checking locally. I hope. :-p Updated build number again. Index: drewsky.rc =================================================================== RCS file: /cvsroot/sphere-axis/Axis/drewsky.rc,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -r1.30 -r1.31 *** drewsky.rc 9 May 2002 00:00:07 -0000 1.30 --- drewsky.rc 9 May 2002 04:14:04 -0000 1.31 *************** *** 1,4 **** //Microsoft Developer Studio generated resource script. ! // Last compiled 5/8/2002 at 17:57:12 #include "resource.h" --- 1,4 ---- //Microsoft Developer Studio generated resource script. ! // Last compiled 5/8/2002 at 22:12:48 #include "resource.h" *************** *** 2255,2260 **** VS_VERSION_INFO VERSIONINFO ! FILEVERSION 1,0,0,7 ! PRODUCTVERSION 1,0,0,7 FILEFLAGSMASK 0x3fL #ifdef _DEBUG --- 2255,2260 ---- VS_VERSION_INFO VERSIONINFO ! FILEVERSION 1,0,0,8 ! PRODUCTVERSION 1,0,0,8 FILEFLAGSMASK 0x3fL #ifdef _DEBUG *************** *** 2274,2278 **** VALUE "CompanyName", "\0" VALUE "FileDescription", "axis MFC Application\0" ! VALUE "FileVersion", "1, 0, 0, 7\0" VALUE "InternalName", "axis\0" VALUE "LegalCopyright", "Copyright (C) 1998-2002\0" --- 2274,2278 ---- VALUE "CompanyName", "\0" VALUE "FileDescription", "axis MFC Application\0" ! VALUE "FileVersion", "1, 0, 0, 8\0" VALUE "InternalName", "axis\0" VALUE "LegalCopyright", "Copyright (C) 1998-2002\0" *************** *** 2281,2285 **** VALUE "PrivateBuild", "\0" VALUE "ProductName", "Axis\0" ! VALUE "ProductVersion", "1, 0, 0, 7\0" VALUE "SpecialBuild", "\0" END --- 2281,2285 ---- VALUE "PrivateBuild", "\0" VALUE "ProductName", "Axis\0" ! VALUE "ProductVersion", "1, 0, 0, 8\0" VALUE "SpecialBuild", "\0" END Index: remoteconnection.cpp =================================================================== RCS file: /cvsroot/sphere-axis/Axis/remoteconnection.cpp,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -r1.16 -r1.17 *** remoteconnection.cpp 8 May 2002 18:46:22 -0000 1.16 --- remoteconnection.cpp 9 May 2002 04:14:04 -0000 1.17 *************** *** 1124,1128 **** // Use the same code from the server FILE * pFile; ! pFile = fopen( pszFilename, "r" ); if ( ! pFile ) return chk; --- 1124,1128 ---- // Use the same code from the server FILE * pFile; ! pFile = fopen( LPCTSTR(csFilename), "r" ); if ( ! pFile ) return chk; |
From: Philip E. <pes...@us...> - 2002-05-09 00:00:10
|
Update of /cvsroot/sphere-axis/Axis In directory usw-pr-cvs1:/tmp/cvs-serv4350 Modified Files: drewsky.rc Log Message: Updated build number Index: drewsky.rc =================================================================== RCS file: /cvsroot/sphere-axis/Axis/drewsky.rc,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -r1.29 -r1.30 *** drewsky.rc 8 May 2002 15:44:18 -0000 1.29 --- drewsky.rc 9 May 2002 00:00:07 -0000 1.30 *************** *** 1,4 **** //Microsoft Developer Studio generated resource script. ! // #include "resource.h" --- 1,4 ---- //Microsoft Developer Studio generated resource script. ! // Last compiled 5/8/2002 at 17:57:12 #include "resource.h" *************** *** 2255,2260 **** VS_VERSION_INFO VERSIONINFO ! FILEVERSION 1,0,0,6 ! PRODUCTVERSION 1,0,0,6 FILEFLAGSMASK 0x3fL #ifdef _DEBUG --- 2255,2260 ---- VS_VERSION_INFO VERSIONINFO ! FILEVERSION 1,0,0,7 ! PRODUCTVERSION 1,0,0,7 FILEFLAGSMASK 0x3fL #ifdef _DEBUG *************** *** 2274,2278 **** VALUE "CompanyName", "\0" VALUE "FileDescription", "axis MFC Application\0" ! VALUE "FileVersion", "1, 0, 0, 6\0" VALUE "InternalName", "axis\0" VALUE "LegalCopyright", "Copyright (C) 1998-2002\0" --- 2274,2278 ---- VALUE "CompanyName", "\0" VALUE "FileDescription", "axis MFC Application\0" ! VALUE "FileVersion", "1, 0, 0, 7\0" VALUE "InternalName", "axis\0" VALUE "LegalCopyright", "Copyright (C) 1998-2002\0" *************** *** 2281,2285 **** VALUE "PrivateBuild", "\0" VALUE "ProductName", "Axis\0" ! VALUE "ProductVersion", "1, 0, 0, 6\0" VALUE "SpecialBuild", "\0" END --- 2281,2285 ---- VALUE "PrivateBuild", "\0" VALUE "ProductName", "Axis\0" ! VALUE "ProductVersion", "1, 0, 0, 7\0" VALUE "SpecialBuild", "\0" END |
From: Philip E. <pes...@us...> - 2002-05-08 18:46:25
|
Update of /cvsroot/sphere-axis/Axis In directory usw-pr-cvs1:/tmp/cvs-serv32222 Modified Files: Axis.txt remoteconnection.cpp Log Message: updated checksum algorithm fixed crash bug with remote scripts and non-resource files Index: Axis.txt =================================================================== RCS file: /cvsroot/sphere-axis/Axis/Axis.txt,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -r1.22 -r1.23 *** Axis.txt 8 May 2002 15:44:18 -0000 1.22 --- Axis.txt 8 May 2002 18:46:22 -0000 1.23 *************** *** 25,28 **** --- 25,32 ---- ============================================================================= Changes in version 0.13b (in development) + · Fixed a crash bug when Axis is reading remote scripts AND non-resource files. + · Fixed the checksum algorithm to ignore CR and LF chars, since different OSes + end lines differently, and if you don't convert for your filesystem, the + checksums will be different. · Minor UI tweaks (details can be found in patch tracker #553591, submitted by Piotr Banasik). Index: remoteconnection.cpp =================================================================== RCS file: /cvsroot/sphere-axis/Axis/remoteconnection.cpp,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -r1.15 -r1.16 *** remoteconnection.cpp 5 May 2002 01:49:16 -0000 1.15 --- remoteconnection.cpp 8 May 2002 18:46:22 -0000 1.16 *************** *** 36,39 **** --- 36,58 ---- #include "citem.h" + int fReadLine(FILE * pFile, char * pszBuf, int iSize) + { + memset(pszBuf, 0x00, iSize); + int iCount = 0; + char c = 0x00; + while (c != '\n' && iCount < (iSize - 1) && !feof(pFile)) + { + c = fgetc(pFile); + if (c != '\n' && c != -1) + { + *(pszBuf + iCount) = c; + iCount++; + } + } + if (feof(pFile) && iCount == 0) + return -1; + return iCount; + } + const char * pszFiles [] = { "graychar2", *************** *** 950,953 **** --- 969,974 ---- if ( csScpPath.GetLength() > 0 && ( csScpPath.GetAt(csScpPath.GetLength() - 1) == '\\' || csScpPath.GetAt(csScpPath.GetLength() -1) == '/' ) ) csScpPath.SetAt(csScpPath.GetLength() - 1, 0x00); + if ( csScpPath.GetLength() == 0 ) + csScpPath = "."; if ( !Main->m_pScripts->LoadFile(csFileName) ) { *************** *** 1040,1044 **** } } ! if ( Main->m_pScripts->m_tables.m_resources.GetSize() && !Main->m_dwResourcesOnly ) { CStringArray saFiles; --- 1061,1065 ---- } } ! if ( Main->m_pScripts->m_tables.m_resources.GetSize() && !Main->m_dwResourcesOnly ) { CStringArray saFiles; *************** *** 1096,1125 **** m_pDlg->SetPos(0); unsigned int chk = 0; ! if ( pszFilename == NULL ) return chk; CString csFilename = _T(pszFilename); csFilename.Replace(':', '!'); Main->m_log.Add("Computing checksum for file %s", csFilename); ! CStdioFile csfInput; ! if ( !csfInput.Open(csFilename, CFile::modeRead | CFile::shareDenyNone) ) return chk; ! CString csLine; int line = 0; ! BOOL bStatus = TRUE; ! while ( bStatus ) { ! bStatus = csfInput.ReadString(csLine); ! if ( !bStatus ) ! break; unsigned int linesum = 0; ! for ( int i = 0; i < (int) csLine.GetLength(); i++ ) { ! char c = csLine.GetAt(i); ! linesum += (unsigned int) c; } chk += (linesum & line); line++; } ! csfInput.Close(); return chk; } --- 1117,1146 ---- m_pDlg->SetPos(0); unsigned int chk = 0; ! if ( pszFilename == NULL || pszFilename[0] == 0x00) return chk; CString csFilename = _T(pszFilename); csFilename.Replace(':', '!'); Main->m_log.Add("Computing checksum for file %s", csFilename); ! // Use the same code from the server ! FILE * pFile; ! pFile = fopen( pszFilename, "r" ); ! if ( ! pFile ) return chk; ! char szLine[8192]; int line = 0; ! while ( !feof(pFile) ) { ! fReadLine(pFile, szLine, sizeof(szLine)); unsigned int linesum = 0; ! for ( int i = 0; i < (int) strlen(szLine); i++ ) { ! char c = szLine[i]; ! if ( c != 0x0d && c != 0x0a ) ! linesum += (unsigned int) c; } chk += (linesum & line); line++; } ! fclose(pFile); return chk; } |
From: Philip E. <pes...@us...> - 2002-05-08 18:33:49
|
Update of /cvsroot/sphere-axis/axissvr In directory usw-pr-cvs1:/tmp/cvs-serv25851 Modified Files: gwhogsvr.cpp Log Message: Fixed checksum algorithm to ignore CR and LF chars. Index: gwhogsvr.cpp =================================================================== RCS file: /cvsroot/sphere-axis/axissvr/gwhogsvr.cpp,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** gwhogsvr.cpp 6 May 2002 18:15:10 -0000 1.9 --- gwhogsvr.cpp 8 May 2002 18:33:46 -0000 1.10 *************** *** 2073,2077 **** { char c = szLine[i]; ! linesum += (unsigned int) c; } chk += (linesum & line); --- 2073,2078 ---- { char c = szLine[i]; ! if ( c != 0x0d && c != 0x0a ) ! linesum += (unsigned int) c; } chk += (linesum & line); |
Update of /cvsroot/sphere-axis/Axis In directory usw-pr-cvs1:/tmp/cvs-serv8069 Modified Files: Axis.txt drewsky.rc generaltab.cpp generaltab.h MISCTAB.CPP MISCTAB.H resource.h SPAWNTAB.CPP SPAWNTAB.H Log Message: Patch Tracker 553591 - New Command and minor UI Tweaks, submitted by Piotr Banasik Index: Axis.txt =================================================================== RCS file: /cvsroot/sphere-axis/Axis/Axis.txt,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -r1.21 -r1.22 *** Axis.txt 8 May 2002 03:40:15 -0000 1.21 --- Axis.txt 8 May 2002 15:44:18 -0000 1.22 *************** *** 25,28 **** --- 25,30 ---- ============================================================================= Changes in version 0.13b (in development) + · Minor UI tweaks (details can be found in patch tracker #553591, submitted by + Piotr Banasik). · Fixed bug where blockIP and UnblockIP weren't working with newer Sphere versions. · Checked to make sure hues were loaded before trying to draw the palette bitmap Index: drewsky.rc =================================================================== RCS file: /cvsroot/sphere-axis/Axis/drewsky.rc,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -r1.28 -r1.29 *** drewsky.rc 8 May 2002 03:40:15 -0000 1.28 --- drewsky.rc 8 May 2002 15:44:18 -0000 1.29 *************** *** 1,4 **** //Microsoft Developer Studio generated resource script. ! // Last compiled 5/7/2002 at 21:38:0 #include "resource.h" --- 1,4 ---- //Microsoft Developer Studio generated resource script. ! // #include "resource.h" *************** *** 106,114 **** PUSHBUTTON "Invulnerable",IDC_INVULNERABLE,11,11,42,14 PUSHBUTTON "Allmove",IDC_SETALLMOVE,11,26,42,14 ! PUSHBUTTON "Invisible",IDC_INVISIBLE,11,41,42,14 PUSHBUTTON "Fix",IDC_FIX,11,55,42,14 PUSHBUTTON "Hear All",IDC_SETHEARALL,57,11,42,14 PUSHBUTTON "GM Toggle",IDC_GMTOGGLE,57,26,42,14 ! PUSHBUTTON "Detail",IDC_SETDETAIL,57,41,42,14 PUSHBUTTON "Clients",IDC_CLIENTS,109,11,43,15 PUSHBUTTON "Server Info",IDC_SERVERINFO,109,26,43,15 --- 106,114 ---- PUSHBUTTON "Invulnerable",IDC_INVULNERABLE,11,11,42,14 PUSHBUTTON "Allmove",IDC_SETALLMOVE,11,26,42,14 ! PUSHBUTTON "Invisible",IDC_INVISIBLE,11,41,42,13 PUSHBUTTON "Fix",IDC_FIX,11,55,42,14 PUSHBUTTON "Hear All",IDC_SETHEARALL,57,11,42,14 PUSHBUTTON "GM Toggle",IDC_GMTOGGLE,57,26,42,14 ! PUSHBUTTON "Detail",IDC_SETDETAIL,57,41,42,13 PUSHBUTTON "Clients",IDC_CLIENTS,109,11,43,15 PUSHBUTTON "Server Info",IDC_SERVERINFO,109,26,43,15 *************** *** 146,152 **** PUSHBUTTON "Go Origin",IDC_PAGEORIGIN,396,43,43,15 PUSHBUTTON "Go Player",IDC_PAGEPLAYER,396,59,43,15 ! PUSHBUTTON "List",IDC_PAGELIST,396,75,43,15 ! PUSHBUTTON "Jail",IDC_PAGEJAIL,443,11,43,15 ! PUSHBUTTON "Kick",IDC_PAGEKICK,443,27,43,15 PUSHBUTTON "Disconnect",IDC_PAGEDISCONNECT,443,43,43,15 PUSHBUTTON "Queue",IDC_PAGEQUEUE,443,59,43,15 --- 146,152 ---- PUSHBUTTON "Go Origin",IDC_PAGEORIGIN,396,43,43,15 PUSHBUTTON "Go Player",IDC_PAGEPLAYER,396,59,43,15 ! PUSHBUTTON "List",IDC_PAGELIST,443,11,43,15 ! PUSHBUTTON "Jail",IDC_PAGEJAIL,443,27,43,15 ! PUSHBUTTON "Ban",IDC_PAGEKICK,396,75,43,15 PUSHBUTTON "Disconnect",IDC_PAGEDISCONNECT,443,43,43,15 PUSHBUTTON "Queue",IDC_PAGEQUEUE,443,59,43,15 *************** *** 156,160 **** GROUPBOX "World",IDC_STATIC,156,2,143,105 GROUPBOX "GM Page",IDC_STATIC,392,2,98,93 ! GROUPBOX "PC/NPC",IDC_STATIC,300,2,46,105 CTEXT "00",IDC_SLIDERVALUE,267,90,17,10,SS_CENTERIMAGE | SS_SUNKEN --- 156,160 ---- GROUPBOX "World",IDC_STATIC,156,2,143,105 GROUPBOX "GM Page",IDC_STATIC,392,2,98,93 ! GROUPBOX "PC/NPC",IDC_STATIC,301,2,46,105 CTEXT "00",IDC_SLIDERVALUE,267,90,17,10,SS_CENTERIMAGE | SS_SUNKEN *************** *** 165,170 **** PUSHBUTTON "Block",IDC_BLOCK,66,80,31,11 PUSHBUTTON "UnBlock",IDC_UNBLOCK,66,93,31,11 - PUSHBUTTON "Underwear",IDC_UNDERWEAR,57,55,42,14 PUSHBUTTON "Restock",IDC_XRESTOCK,352,56,35,15 END --- 165,170 ---- PUSHBUTTON "Block",IDC_BLOCK,66,80,31,11 PUSHBUTTON "UnBlock",IDC_UNBLOCK,66,93,31,11 PUSHBUTTON "Restock",IDC_XRESTOCK,352,56,35,15 + PUSHBUTTON "NightSight",IDC_NIGHTSIGHT,57,55,42,14 END *************** *** 317,325 **** PUSHBUTTON "Remove",IDC_SPREMOVE,43,95,33,13 PUSHBUTTON "Set Home",IDC_SETHOME,79,95,37,13 ! PUSHBUTTON "Set Homedist",IDC_SETHOMEDIST,123,95,46,13 ! EDITTEXT IDC_HOMEDIST,169,95,20,13,ES_AUTOHSCROLL | ES_NUMBER ! PUSHBUTTON "Freeze",IDC_SPFREEZE,201,95,26,13 ! PUSHBUTTON "Kill",IDC_STKILL,227,95,23,13 ! PUSHBUTTON "Find",IDC_FINDNPC,253,95,33,13 EDITTEXT IDC_AMOUNT,324,11,26,12,ES_AUTOHSCROLL | ES_NUMBER EDITTEXT IDC_MIN_TIME,324,25,26,12,ES_AUTOHSCROLL | ES_NUMBER --- 317,325 ---- PUSHBUTTON "Remove",IDC_SPREMOVE,43,95,33,13 PUSHBUTTON "Set Home",IDC_SETHOME,79,95,37,13 ! PUSHBUTTON "Set Homedist",IDC_SETHOMEDIST,120,95,46,13 ! EDITTEXT IDC_HOMEDIST,166,95,20,13,ES_AUTOHSCROLL | ES_NUMBER ! PUSHBUTTON "Freeze",IDC_SPFREEZE,215,95,26,13 ! PUSHBUTTON "Kill",IDC_STKILL,243,95,18,13 ! PUSHBUTTON "Find",IDC_FINDNPC,263,95,23,13 EDITTEXT IDC_AMOUNT,324,11,26,12,ES_AUTOHSCROLL | ES_NUMBER EDITTEXT IDC_MIN_TIME,324,25,26,12,ES_AUTOHSCROLL | ES_NUMBER *************** *** 337,340 **** --- 337,341 ---- CONTROL "",IDC_NPCDISPLAY,"{0904F7B3-2339-44C9-857C-6EB6CFEFA3B6}", WS_TABSTOP,355,2,131,106 + PUSHBUTTON "Shrink",IDC_SHRINK,190,95,23,13 END *************** *** 590,593 **** --- 591,595 ---- PUSHBUTTON "Start Sphere Server",IDC_STARTTUS,222,27,77,14 PUSHBUTTON "Export Categories",IDC_EXPORTCATS,222,41,77,14 + PUSHBUTTON "Underwear",IDC_UNDERWEAR2,349,72,40,14 END Index: generaltab.cpp =================================================================== RCS file: /cvsroot/sphere-axis/Axis/generaltab.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** generaltab.cpp 8 May 2002 02:04:33 -0000 1.5 --- generaltab.cpp 8 May 2002 15:44:18 -0000 1.6 *************** *** 22,25 **** --- 22,40 ---- */ + + /********************************************************************** + * Changes: + * - 7 May 2002 - PiotrBanasik + * + Removed the Underwear Button from this form (who uses it that + * often anyways + * + Added NightSight Button in place of the Underwear button + * + Rearranged the buttons on the GM Page tab a little bit + * Split off Disconnect and Kick, and renamed Kick to Ban + * (Adjusted the confirmation box to say Ban aswell) + * + minor tweaks to make buttons not touch + * + **********************************************************************/ + + // GeneralTab.cpp : implementation file // *************** *** 114,118 **** ON_BN_CLICKED(IDC_BLOCK, OnBlock) ON_BN_CLICKED(IDC_UNBLOCK, OnUnblock) ! ON_BN_CLICKED(IDC_UNDERWEAR, OnUnderwear) ON_BN_CLICKED(IDC_XRESTOCK, OnXrestock) //}}AFX_MSG_MAP --- 129,133 ---- ON_BN_CLICKED(IDC_BLOCK, OnBlock) ON_BN_CLICKED(IDC_UNBLOCK, OnUnblock) ! ON_BN_CLICKED(IDC_NIGHTSIGHT, OnNightsight) ON_BN_CLICKED(IDC_XRESTOCK, OnXrestock) //}}AFX_MSG_MAP *************** *** 280,285 **** void CGeneralTab::OnPagekick() { ! if (AfxMessageBox("Are you sure you wish to kick the client that sent this page?", MB_OKCANCEL | MB_ICONQUESTION) == IDOK) ! SendToUO((CString)".page kick"); } --- 295,300 ---- void CGeneralTab::OnPagekick() { ! if (AfxMessageBox("Are you sure you wish to BAN the client that sent this page?", MB_OKCANCEL | MB_ICONQUESTION) == IDOK) ! SendToUO((CString)".page ban"); } *************** *** 421,431 **** } ! void CGeneralTab::OnUnderwear() { ! SendToUO(".underwear"); } ! void CGeneralTab::OnXrestock() { ! SendToUO(".xrestock"); } --- 436,446 ---- } ! void CGeneralTab::OnXrestock() { ! SendToUO(".xrestock"); } ! void CGeneralTab::OnNightsight() { ! SendToUO(".nightsight"); } Index: generaltab.h =================================================================== RCS file: /cvsroot/sphere-axis/Axis/generaltab.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** generaltab.h 1 May 2002 03:33:11 -0000 1.3 --- generaltab.h 8 May 2002 15:44:18 -0000 1.4 *************** *** 22,25 **** --- 22,39 ---- */ + /********************************************************************** + * Changes: + * - 7 May 2002 - PiotrBanasik + * + Removed the Underwear Button from this form (who uses it that + * often anyways + * + Added NightSight Button in place of the Underwear button + * + Rearranged the buttons on the GM Page tab a little bit + * Split off Disconnect and Kick, and renamed Kick to Ban + * (Adjusted the confirmation box to say Ban aswell) + * + minor tweaks to make buttons not touch + * + **********************************************************************/ + + #if !defined(AFX_GENERALTAB_H__DFB29CF4_D431_11D2_A613_004F4905E937__INCLUDED_) #define AFX_GENERALTAB_H__DFB29CF4_D431_11D2_A613_004F4905E937__INCLUDED_ *************** *** 114,119 **** afx_msg void OnBlock(); afx_msg void OnUnblock(); - afx_msg void OnUnderwear(); afx_msg void OnXrestock(); //}}AFX_MSG DECLARE_MESSAGE_MAP() --- 128,133 ---- afx_msg void OnBlock(); afx_msg void OnUnblock(); afx_msg void OnXrestock(); + afx_msg void OnNightsight(); //}}AFX_MSG DECLARE_MESSAGE_MAP() Index: MISCTAB.CPP =================================================================== RCS file: /cvsroot/sphere-axis/Axis/MISCTAB.CPP,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** MISCTAB.CPP 6 May 2002 04:11:10 -0000 1.8 --- MISCTAB.CPP 8 May 2002 15:44:18 -0000 1.9 *************** *** 22,25 **** --- 22,34 ---- */ + /********************************************************************** + * Changes: + * - 7 May 2002 - PiotrBanasik + * + The Underwear button that was removed from General tab + * was moved here + * + **********************************************************************/ + + // MiscTab.cpp : implementation file // *************** *** 687,690 **** --- 696,700 ---- ON_BN_CLICKED(IDC_STARTTUS, OnStarttus) ON_BN_CLICKED(IDC_EXPORTCATS, OnExportcats) + ON_BN_CLICKED(IDC_UNDERWEAR2, OnUnderwear2) //}}AFX_MSG_MAP END_MESSAGE_MAP() *************** *** 1196,1198 **** --- 1206,1213 ---- csfOutput.Close(); + } + + void CMiscTab::OnUnderwear2() + { + SendToUO(".underwear"); } Index: MISCTAB.H =================================================================== RCS file: /cvsroot/sphere-axis/Axis/MISCTAB.H,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** MISCTAB.H 1 May 2002 03:33:10 -0000 1.3 --- MISCTAB.H 8 May 2002 15:44:18 -0000 1.4 *************** *** 22,25 **** --- 22,34 ---- */ + /********************************************************************** + * Changes: + * - 7 May 2002 - PiotrBanasik + * + The Underwear button that was removed from General tab + * was moved here + * + **********************************************************************/ + + #if !defined(AFX_MISCTAB_H__DFB29CF9_D431_11D2_A613_004F4905E937__INCLUDED_) #define AFX_MISCTAB_H__DFB29CF9_D431_11D2_A613_004F4905E937__INCLUDED_ *************** *** 97,100 **** --- 106,110 ---- afx_msg void OnStarttus(); afx_msg void OnExportcats(); + afx_msg void OnUnderwear2(); //}}AFX_MSG DECLARE_MESSAGE_MAP() Index: resource.h =================================================================== RCS file: /cvsroot/sphere-axis/Axis/resource.h,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -r1.22 -r1.23 *** resource.h 2 May 2002 22:19:57 -0000 1.22 --- resource.h 8 May 2002 15:44:18 -0000 1.23 *************** *** 270,273 **** --- 270,274 ---- #define IDC_CUSTOM_CMD_15 1015 #define IDC_RC_ACCOUNT 1015 + #define IDC_UNDERWEAR2 1015 #define IDC_BUTTON16 1016 #define IDC_NUKE 1016 Index: SPAWNTAB.CPP =================================================================== RCS file: /cvsroot/sphere-axis/Axis/SPAWNTAB.CPP,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** SPAWNTAB.CPP 6 May 2002 04:11:10 -0000 1.9 --- SPAWNTAB.CPP 8 May 2002 15:44:18 -0000 1.10 *************** *** 22,25 **** --- 22,33 ---- */ + /********************************************************************** + * Changes: + * - 7 May 2002 - PiotrBanasik + * + Added a shrink button + * + Rearranged a fair bit on the bottom to make it fit + * + **********************************************************************/ + // SpawnTab.cpp : implementation file // *************** *** 100,103 **** --- 108,112 ---- ON_EN_CHANGE(IDC_MAX_TIME, OnChangeParams) ON_EN_CHANGE(IDC_MAX_DIST, OnChangeParams) + ON_BN_CLICKED(IDC_SHRINK, OnShrink) //}}AFX_MSG_MAP END_MESSAGE_MAP() *************** *** 714,716 **** Find("", m_iSearchCrit, true); return; ! } \ No newline at end of file --- 723,730 ---- Find("", m_iSearchCrit, true); return; ! } ! ! void CSpawnTab::OnShrink() ! { ! SendToUO(".shrink"); ! } Index: SPAWNTAB.H =================================================================== RCS file: /cvsroot/sphere-axis/Axis/SPAWNTAB.H,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** SPAWNTAB.H 1 May 2002 03:33:10 -0000 1.4 --- SPAWNTAB.H 8 May 2002 15:44:18 -0000 1.5 *************** *** 22,25 **** --- 22,34 ---- */ + /********************************************************************** + * Changes: + * - 7 May 2002 - PiotrBanasik + * + Added a shrink button + * + Rearranged a fair bit on the bottom to make it fit + * + **********************************************************************/ + + //{{AFX_INCLUDES() #include "uoart.h" *************** *** 106,109 **** --- 115,119 ---- afx_msg void OnStkill(); afx_msg void OnChangeParams(); + afx_msg void OnShrink(); //}}AFX_MSG DECLARE_MESSAGE_MAP() |
From: Philip E. <pes...@us...> - 2002-05-08 04:31:01
|
Update of /cvsroot/sphere-axis/UOMap In directory usw-pr-cvs1:/tmp/cvs-serv15004 Modified Files: Tag: version_1_2_development UOMap.rc Log Message: Updating UOMap sources that didn't make it into the CVS tree import Index: UOMap.rc =================================================================== RCS file: /cvsroot/sphere-axis/UOMap/UOMap.rc,v retrieving revision 1.2.4.1 retrieving revision 1.2.4.2 diff -C2 -r1.2.4.1 -r1.2.4.2 *** UOMap.rc 4 Sep 2001 19:46:40 -0000 1.2.4.1 --- UOMap.rc 8 May 2002 04:30:59 -0000 1.2.4.2 *************** *** 1,4 **** //Microsoft Developer Studio generated resource script. ! // #include "resource.h" --- 1,4 ---- //Microsoft Developer Studio generated resource script. ! // Last compiled 4/30/2002 at 22:11:0 #include "resource.h" *************** *** 55,60 **** VS_VERSION_INFO VERSIONINFO ! FILEVERSION 1,2,0,0 ! PRODUCTVERSION 1,2,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG --- 55,60 ---- VS_VERSION_INFO VERSIONINFO ! FILEVERSION 1,2,0,1 ! PRODUCTVERSION 1,2,0,1 FILEFLAGSMASK 0x3fL #ifdef _DEBUG *************** *** 74,78 **** VALUE "CompanyName", "MCI WorldCom\0" VALUE "FileDescription", "UOMap ActiveX Control Module\0" ! VALUE "FileVersion", "1, 2, 0, 0\0" VALUE "InternalName", "UOMap\0" VALUE "LegalCopyright", "Copyright (C) 2001\0" --- 74,78 ---- VALUE "CompanyName", "MCI WorldCom\0" VALUE "FileDescription", "UOMap ActiveX Control Module\0" ! VALUE "FileVersion", "1, 2, 0, 1\0" VALUE "InternalName", "UOMap\0" VALUE "LegalCopyright", "Copyright (C) 2001\0" *************** *** 82,86 **** VALUE "PrivateBuild", "\0" VALUE "ProductName", "UOMap ActiveX Control Module\0" ! VALUE "ProductVersion", "1, 2, 0, 0\0" VALUE "SpecialBuild", "\0" END --- 82,86 ---- VALUE "PrivateBuild", "\0" VALUE "ProductName", "UOMap ActiveX Control Module\0" ! VALUE "ProductVersion", "1, 2, 0, 1\0" VALUE "SpecialBuild", "\0" END |
From: Philip E. <pes...@us...> - 2002-05-08 04:29:57
|
Update of /cvsroot/sphere-axis/UOArt In directory usw-pr-cvs1:/tmp/cvs-serv5319 Modified Files: Tag: version_1_2_development UOArt.rc UOArt.opt Log Message: Updating UOArt sources that didn't make it into the CVS tree import Index: UOArt.rc =================================================================== RCS file: /cvsroot/sphere-axis/UOArt/UOArt.rc,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -C2 -r1.3.2.1 -r1.3.2.2 *** UOArt.rc 4 Sep 2001 19:46:06 -0000 1.3.2.1 --- UOArt.rc 8 May 2002 04:29:52 -0000 1.3.2.2 *************** *** 1,4 **** //Microsoft Developer Studio generated resource script. ! // #include "resource.h" --- 1,4 ---- //Microsoft Developer Studio generated resource script. ! // Last compiled 4/30/2002 at 22:10:31 #include "resource.h" *************** *** 55,60 **** VS_VERSION_INFO VERSIONINFO ! FILEVERSION 1,2,0,0 ! PRODUCTVERSION 1,2,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG --- 55,60 ---- VS_VERSION_INFO VERSIONINFO ! FILEVERSION 1,2,0,1 ! PRODUCTVERSION 1,2,0,1 FILEFLAGSMASK 0x3fL #ifdef _DEBUG *************** *** 74,78 **** VALUE "CompanyName", "\0" VALUE "FileDescription", "UOArt ActiveX Control Module\0" ! VALUE "FileVersion", "1, 2, 0, 0\0" VALUE "InternalName", "UOArt\0" VALUE "LegalCopyright", "Copyright (C) 2000, 2001\0" --- 74,78 ---- VALUE "CompanyName", "\0" VALUE "FileDescription", "UOArt ActiveX Control Module\0" ! VALUE "FileVersion", "1, 2, 0, 1\0" VALUE "InternalName", "UOArt\0" VALUE "LegalCopyright", "Copyright (C) 2000, 2001\0" *************** *** 82,86 **** VALUE "PrivateBuild", "\0" VALUE "ProductName", "UOArt ActiveX Control Module\0" ! VALUE "ProductVersion", "1, 2, 0, 0\0" VALUE "SpecialBuild", "\0" END --- 82,86 ---- VALUE "PrivateBuild", "\0" VALUE "ProductName", "UOArt ActiveX Control Module\0" ! VALUE "ProductVersion", "1, 2, 0, 1\0" VALUE "SpecialBuild", "\0" END Index: UOArt.opt =================================================================== RCS file: /cvsroot/sphere-axis/UOArt/UOArt.opt,v retrieving revision 1.8.2.1 retrieving revision 1.8.2.2 diff -C2 -r1.8.2.1 -r1.8.2.2 Binary files /tmp/cvsaX28E3 and /tmp/cvs0gVRMW differ |
From: Philip E. <pes...@us...> - 2002-05-08 03:40:20
|
Update of /cvsroot/sphere-axis/Axis In directory usw-pr-cvs1:/tmp/cvs-serv30976 Modified Files: Axis.txt drewsky.rc Log Message: Updating axis.txt and build number related to resolution of tracker #553441. Index: Axis.txt =================================================================== RCS file: /cvsroot/sphere-axis/Axis/Axis.txt,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -r1.20 -r1.21 *** Axis.txt 5 May 2002 02:03:15 -0000 1.20 --- Axis.txt 8 May 2002 03:40:15 -0000 1.21 *************** *** 25,28 **** --- 25,29 ---- ============================================================================= Changes in version 0.13b (in development) + · Fixed bug where blockIP and UnblockIP weren't working with newer Sphere versions. · Checked to make sure hues were loaded before trying to draw the palette bitmap · Removed some extraneous log messages, and added messages for checksum failures Index: drewsky.rc =================================================================== RCS file: /cvsroot/sphere-axis/Axis/drewsky.rc,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -r1.27 -r1.28 *** drewsky.rc 6 May 2002 04:11:10 -0000 1.27 --- drewsky.rc 8 May 2002 03:40:15 -0000 1.28 *************** *** 1,4 **** //Microsoft Developer Studio generated resource script. ! // Last compiled 5/5/2002 at 22:10:6 #include "resource.h" --- 1,4 ---- //Microsoft Developer Studio generated resource script. ! // Last compiled 5/7/2002 at 21:38:0 #include "resource.h" *************** *** 2253,2258 **** VS_VERSION_INFO VERSIONINFO ! FILEVERSION 1,0,0,5 ! PRODUCTVERSION 1,0,0,5 FILEFLAGSMASK 0x3fL #ifdef _DEBUG --- 2253,2258 ---- VS_VERSION_INFO VERSIONINFO ! FILEVERSION 1,0,0,6 ! PRODUCTVERSION 1,0,0,6 FILEFLAGSMASK 0x3fL #ifdef _DEBUG *************** *** 2272,2276 **** VALUE "CompanyName", "\0" VALUE "FileDescription", "axis MFC Application\0" ! VALUE "FileVersion", "1, 0, 0, 5\0" VALUE "InternalName", "axis\0" VALUE "LegalCopyright", "Copyright (C) 1998-2002\0" --- 2272,2276 ---- VALUE "CompanyName", "\0" VALUE "FileDescription", "axis MFC Application\0" ! VALUE "FileVersion", "1, 0, 0, 6\0" VALUE "InternalName", "axis\0" VALUE "LegalCopyright", "Copyright (C) 1998-2002\0" *************** *** 2279,2283 **** VALUE "PrivateBuild", "\0" VALUE "ProductName", "Axis\0" ! VALUE "ProductVersion", "1, 0, 0, 5\0" VALUE "SpecialBuild", "\0" END --- 2279,2283 ---- VALUE "PrivateBuild", "\0" VALUE "ProductName", "Axis\0" ! VALUE "ProductVersion", "1, 0, 0, 6\0" VALUE "SpecialBuild", "\0" END |
From: Philip E. <pes...@us...> - 2002-05-08 02:04:39
|
Update of /cvsroot/sphere-axis/Axis In directory usw-pr-cvs1:/tmp/cvs-serv3252 Modified Files: generaltab.cpp Log Message: BlockIP will now work with newer versions of Sphere (scripts have to be loaded, though). Resolves tracker #553441. Index: generaltab.cpp =================================================================== RCS file: /cvsroot/sphere-axis/Axis/generaltab.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** generaltab.cpp 1 May 2002 03:33:11 -0000 1.4 --- generaltab.cpp 8 May 2002 02:04:33 -0000 1.5 *************** *** 402,406 **** this->m_ceIPBlock.GetWindowText(csIP); CString csCmd; ! csCmd.Format(".blockip %s", csIP); SendToUO(csCmd); } --- 402,409 ---- this->m_ceIPBlock.GetWindowText(csIP); CString csCmd; ! if ( Main->m_pScripts->m_bNewFormat ) ! csCmd.Format(".serv.blockip %s", csIP); ! else ! csCmd.Format(".blockip %s", csIP); SendToUO(csCmd); } *************** *** 411,415 **** this->m_ceIPBlock.GetWindowText(csIP); CString csCmd; ! csCmd.Format(".unblockip %s", csIP); SendToUO(csCmd); } --- 414,421 ---- this->m_ceIPBlock.GetWindowText(csIP); CString csCmd; ! if ( Main->m_pScripts->m_bNewFormat ) ! csCmd.Format(".serv.unblockip %s", csIP); ! else ! csCmd.Format(".unblockip %s", csIP); SendToUO(csCmd); } |