Toggle navigation
Home
Forum
Files
MUDs
Paste
Wiki
Log in
MudBytes File Repository
cctocpp
Discuss
View
Update
Edit
Download
mud++0.35/
Toggle navigation
CREDITS
Changes
Contributions
LICENSE
MULTITHREAD
PLATFORMS
README
README.SPICO
README.WIN32
TODO
WIN32.TXT
sites.txt
mud++0.35/area/
Toggle navigation
.profile
area.lst
fusion.are
illusia.are
limbo.are
persist.dat
ruin.are
south.are
void.are
mud++0.35/doc/
Toggle navigation
CPP.TXT
PLATFORMS
README.SERVER
WIN32processModel.txt
builder.doc
hacker.doc
hierar.doc
items.doc
items2.doc
mudpp.html
properties.doc
spell.lst
trigs.doc
mud++0.35/doc/vm/
Toggle navigation
asm.doc
gc.doc
interface.doc
misc.doc
mnemon.doc
moformat.doc
mudc.doc
todo.txt
translate.doc
mud++0.35/etc/
Toggle navigation
HOSTS
SERVER
hints.txt
motd
mudpp.pro
persist.dat
socials.db
title
mud++0.35/etc/guilds/
Toggle navigation
guilds.lst
warrior
warrior.skill
warrior.spell
mud++0.35/help/
Toggle navigation
aedit.hlp
bits
copyright.hlp
credits.hlp
dam-types.hlp
editor.hlp
hedit.hlp
help.lst
hints.hlp
mail.hlp
medit.hlp
npc-bits.hlp
obj-bits.hlp
obj-types.hlp
oedit.hlp
olc.hlp
probackup_a_restore.hlp
prodisplay.hlp
proload_a_save.hlp
prompt.hlp
properties.hlp
proset.hlp
races.hlp
redit.hlp
repop.hlp
room-bits.hlp
sizes.hlp
standard.hlp
wear-bits.hlp
wizlist
mud++0.35/help/propert/
Toggle navigation
GC_grow_delta
GC_start_size
fork_at_start
log_to_file
starting_number_of_VMs
mud++0.35/mudC/
Toggle navigation
README
array.masm
rob.masm
spells.masm
swref.masm
mud++0.35/player/
Toggle navigation
Fusion
mud++0.35/src/
Toggle navigation
INSTALL
INSTALL.WIN32
Makefile
Makefile.in
action.cc
action.h
affect.cc
affect.h
area.cc
area.h
array.cc
array.h
asmloader.cc
asmloader.h
asmobjfile.cc
asmobjfile.h
asmparser.cc
asmparser.h
bit.cc
bit.h
char.cc
char.h
char_act.cc
char_combat.cc
cluster.cc
cluster.h
combat.cc
combat.h
config.h
config.h.in
configure
configure.in
description.h
edit.h
editarea.cc
edithelp.cc
editnpc.cc
editobj.cc
editor.cc
editroom.cc
edittext.cc
env.cc
env.h
erratum.cc
erratum.h
exit.cc
exit.h
garbcoll.cc
garbcoll.h
global.h
guild.cc
guild.h
hash.cc
hash.h
header
help.cc
help.h
index.cc
index.h
interface.cc
interface.h
interface1.cc
io.cc
io.h
iosock.cc
llist.cc
llist.h
ltoa.cc
main.cc
memoryblock.h
mirror.ctx
mmp.h
mpdaemon.cc
mudasm.cc
mudasmtempl.cc
mudln.cc
mudlntempl.cc
mudobj.cc
mudobj.h
mudpptempl.cc
nameable.cc
nameable.h
nanny.cc
npc.cc
npc.h
object.cc
object.h
pc.cc
pc.h
pc_act.cc
pc_combat.cc
pc_info.cc
pc_olc.cc
pc_wiz.cc
persist.cc
persist.h
properties.cc
properties.h
pulse.cc
random.cc
random.h
repop.cc
repop.h
room.cc
room.h
screen.h
server.cc
server.h
shell.cc
shop.cc
shop.h
skill.cc
skill.h
social.cc
social.h
socket.cc
socket.h
spell.cc
spell.h
streamable.h
string.cc
string.h
thing.cc
thing.h
thread.h
trigs.cc
trigs.h
utils.cc
vector.cc
vector.h
vmachine.cc
vmachine.h
vmacros.h
vmarray.h
vmfields.cc
vmfields.h
vmobject.cc
vmobject.h
vmopcodes.h
vmrun.cc
vmtypes.cc
vmtypes.h
mud++0.35/src/interface/
Toggle navigation
iparse.l
iparse.y
pc.inter.cpp
readme.txt
mud++0.35/src/os/cygwin32/
Toggle navigation
readme.txt
mud++0.35/src/os/win32/
Toggle navigation
config.h
readme.txt
mud++0.35/src/os/win32/bcppbuilder/
Toggle navigation
project1.cpp
project1.dsk
project1.mak
project1.res
mud++0.35/src/osaddon/
Toggle navigation
crypt.c
crypt.h
crypt_util.c
telnet.h
ufc-crypt.h
mud++0.35/src/util/
Toggle navigation
cctocpp
cpptocc
fixpatch
gsub
plgzip
mud++0.35/src/x/
Toggle navigation
Makefile
Makefile.in
Makefile.orig
README
README.orig
ansi-c.l
ansi-c.y
array.masm
emit.c
lex.l
lex.yy.c
parse.c
parse.h
rob.masm
sym.c
sym.h
test.mc
yacc.tab.c
yacc.tab.h
yacc.y
for file in `ls *.cc | cut -f1 -d.` do mv "$file.cc" "$file.cpp" done