Posted by SilentStrike on 15:44:00 04-23-2002
Check it out (download and compile it.. simply untar and type make on linux (or hopefully, any platform with g++ and SDL)), from http://sourceforge.net/project/showfiles.php?group_id=42123
Tell me if you have a problem please.
Posted by sacah on 17:01:00 04-23-2002
I like it, though i dont use C/C++ and im on windows, so i never compiled it, but i did play the windows version, /me lovws it.
Good work, 1 vote for CoTM for SilentStrike.
(-:
Posted by MoX on 21:23:00 04-23-2002
Going to try when I'm back from work
Hey, someone really got something together! Are you still working on it or already finished? I love bomberman (years ago I tried to do a dos console version )
[addsig]
Posted by fsvara on 23:19:00 04-23-2002
i can't download it for some reason... it doensloads about 20kb at 1.5kb/s and then just stops...
Posted by MoX on 00:43:00 04-24-2002
Must be some strange reason...just d/led it without problems...but the compile did not work...I posted the error msgs to SilentStrike as private msg...looks like a simple prob but I don'T have time and interest to do it myself
_________________
If you are the monkey, then who am I ??
[ This Message was edited by: MoX on 2002-04-24 00:43 ]
Posted by fsvara on 05:39:00 04-24-2002
yeah, now it worked here, too, but didn't compile:
g++ -Wall -g `sdl-config --cflags` -c Editor/MapEditor.cpp -o Editor/MapEditor.o
Editor/MapEditor.cpp: In method `void Editor::MapEditor::EditorTileMatrixReader::getValue(istream &)':
Editor/MapEditor.h:41: `class Util::Matrix Editor::MapEditor::tileMatrix' is private
Editor/MapEditor.cpp:24: within this context
Editor/MapEditor.h:41: `class Util::Matrix Editor::MapEditor::tileMatrix' is private
Editor/MapEditor.cpp:24: within this context
Editor/MapEditor.h:41: `class Util::Matrix Editor::MapEditor::tileMatrix' is private
Editor/MapEditor.cpp:30: within this context
Editor/MapEditor.h:42: `class Editor::TileSetEditor Editor::MapEditor::tileSetEd' is private
Editor/MapEditor.cpp:30: within this context
Editor/MapEditor.cpp: In method `void Editor::MapEditor::EditorTileMatrixReader::finishingAction()':
Editor/MapEditor.h:41: `class Util::Matrix Editor::MapEditor::tileMatrix' is private
Editor/MapEditor.cpp:38: within this context
Editor/MapEditor.h:41: `class Util::Matrix Editor::MapEditor::tileMatrix' is private
Editor/MapEditor.cpp:39: within this context
Editor/MapEditor.h:41: `class Util::Matrix Editor::MapEditor::tileMatrix' is private
Editor/MapEditor.cpp:40: within this context
Editor/MapEditor.h:44: `class string Editor::MapEditor::filename' is private
Editor/MapEditor.cpp:41: within this context
make: *** [Editor/MapEditor.o] Error 1
Posted by SilentStrike on 06:25:00 04-24-2002
Development is open, far, far from done. I'd be glad to have help with it.
You can get the modified .tar.gz on the site now as well.
If you want to help me with it, read the Todo.txt in the base directory of the install, find a problem, it doesn't need to be in the code section, something as simple as a game map, (especially with its own tiles) would be great.
The changes are in the CVS right now.
You can get the CVS by entering this on command line
cvs -d:pserver:anonymous@cvs.bomberlan.sourceforge.net:/cvsroot/bomberlan login
cvs -z3 -d:pserver:anonymous@cvs.bomberlan.sourceforge.net:/cvsroot/bomberlan co BomberLAN
[ This Message was edited by: SilentStrike on 2002-04-24 06:39 ]
Posted by KaGez on 13:13:00 04-24-2002
compiling also doesn't work for me, same errors as svara gets.
Maybe you shouldn't release things that don't compile
[addsig]
Posted by SilentStrike on 15:27:00 04-24-2002
Are you guys getting the .tar.gz or the .zip?
It compiles for me on MSVC, g++ 2.96, and g++ 3.0.4
BTW, you don't actually need the MapEditor to play.. just to edit the maps (unless, of course, you want to edit a 16x16 matrix of integers by hand.. thats fine too . Still, even if the compilation of the editor fails, the game should still have been made. Check the directory it's installed in for BomberLAN.
[ This Message was edited by: SilentStrike on 2002-04-24 15:29 ]
Posted by KaGez on 17:14:00 04-24-2002
I use the .tar.gz file that is on the SF DL page.
I use gcc 2.95.4. but it looks like it is a problem inside the code itself :/
I wonder why it compiles there, but not here...
[addsig]
Posted by MoX on 21:11:00 04-24-2002
Use .tar.gz, too. The problem is simply that you try to access private members of one object from 'outside'...But that should neither work on MSVC AFAIK...
[addsig]
Posted by SilentStrike on 00:44:00 04-25-2002
I fixed the problem and changed the .tar.gz. If you are having those errors, you have the old version of MapEditor.h from the old .tar.gz that looks like this.
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/bomberlan/BomberLAN/Editor/MapEditor.h?rev=1.4&content-type=text/vnd.viewcvs-markup
The new one looks like this...
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/bomberlan/BomberLAN/Editor/MapEditor.h?rev=1.5&content-type=text/vnd.viewcvs-markup
Which has the friend declaration that enables the usage of private variables.
[ This Message was edited by: SilentStrike on 2002-04-25 00:44 ]
Posted by fsvara on 23:53:00 04-25-2002
is it enough to just download that file from cvs and copy it in the old dir? i did that, and compilation failed on another error again.
Posted by MoX on 02:06:00 04-26-2002
/me d/led the new .tar.gz and it worx fine. I like the program, considering the fact that it is still in development. Keep up the good work, guys!
[addsig]
Posted by SilentStrike on 02:52:00 04-26-2002
No, you need to reupdate everything. The nice thing about the .tar.gz on the site is that it was taken from cvs, so you can run a cvs update on it anytime to get the absolute latest version anytime ya want.
Posted by KaGez on 16:18:00 04-26-2002
I'll also get it and try it later
[addsig]
Posted by fsvara on 00:55:00 04-27-2002
you might want to make the tarball being logged in as anonymous. that'll make it possible to just update with "cvs update" - it's asking me for your password when i do that atm.
Posted by fsvara on 00:59:00 04-27-2002
ok. i got to the newest version with
cvs -d :Pserver:anonymous@cvs.bomberlan.sourceforge.net:/cvsroot/BomberLan
it really would be easier if you made a tarball that was checked out as anonymous...
[ This Message was edited by: fsvara on 2002-05-03 21:46 ]
Posted by SilentStrike on 03:30:00 04-27-2002
I thought I did . Oh well, I'll redo it and put it up later.
Posted by KaGez on 19:36:00 05-03-2002
lol.... svara doesn't seem to know this board good enough
anyways, I think he meant ": p" (without the space) instead of the
[addsig]
Posted by fsvara on 21:46:00 05-03-2002
yeah hm, that lollipops.. i think you should be able to escape those smilies... disabling all smilies in your post is stupid..
Posted by KaGez on 01:20:00 05-04-2002
ok, I'mm memo that as a feature for yowie
[addsig]